Skip to content

Commit

Permalink
ci: remove unknown environment flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv committed Jun 26, 2024
1 parent 7c75f2b commit 7d531e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy-to-vercel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
VERCEL_PROJECT_ID: ${{ inputs.VERCEL_PROJECT_ID }}
VERCEL_TOKEN: ${{ inputs.VERCEL_TOKEN }}
run: |
url="$(vercel deploy --environment=preview --prebuilt --token=${{ env.VERCEL_TOKEN }} --scope=deriv)"
url="$(vercel deploy --prebuilt --token=${{ env.VERCEL_TOKEN }} --scope=deriv)"
vercel alias "$url" staging-api.binary.sx --token=${{ env.VERCEL_TOKEN }} --scope=deriv
- name: Deploy to Vercel (Production)
Expand Down

0 comments on commit 7d531e3

Please sign in to comment.