Skip to content

Commit

Permalink
ci: use gh workflow static files
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv committed Jun 25, 2024
1 parent b85138f commit c4b4b04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/deploy-to-vercel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ runs:
run: |
vercel pull --yes --token=${{ env.VERCEL_TOKEN }} --scope=deriv
mkdir -p .vercel/output/static
vercel build --yes --token=${{ env.VERCEL_TOKEN }} --scope=deriv
rm -rf .vercel/output/static
cp -r build/* .vercel/output/static
# vercel build --yes --token=${{ env.VERCEL_TOKEN }} --scope=deriv
- name: Deploy to Vercel (Staging)
if: ${{ inputs.ENVIRONMENT == 'Staging' }}
Expand Down

0 comments on commit c4b4b04

Please sign in to comment.