Skip to content

Commit

Permalink
feat: test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
popovevgen committed Dec 20, 2023
1 parent eba676b commit 12933b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pre-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Deploy project artifacts to Vercel
id: vercel-deploy
run: |
deploymentUrl=$(vercel deploy ---prod --prebuilt --archive=tgz --token=${{ secrets.VERCEL_TOKEN }})
deploymentUrl=$(vercel deploy --prod --prebuilt --archive=tgz --token=${{ secrets.VERCEL_TOKEN }})
echo "deployment-url=$deploymentUrl" >> $GITHUB_OUTPUT
- name: Assign domains
Expand Down

0 comments on commit 12933b5

Please sign in to comment.