Skip to content

Commit

Permalink
ci: copy build files manually
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv committed Jun 25, 2024
1 parent 3d7ce76 commit b85138f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/deploy-to-vercel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ runs:
shell: bash
run: |
vercel pull --yes --token=${{ env.VERCEL_TOKEN }} --scope=deriv
vercel build --yes --token=${{ env.VERCEL_TOKEN }} --scope=deriv
mkdir -p .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 b85138f

Please sign in to comment.