We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00137a2 commit f44fc69Copy full SHA for f44fc69
.github/workflows/cd.yml
@@ -4,6 +4,7 @@ on:
4
jobs:
5
deploy:
6
runs-on: ubuntu-latest
7
+
8
steps:
9
# Step 1: Checkout Pull Request Code
10
- name: Checkout Pull Request Code
@@ -35,4 +36,5 @@ jobs:
35
36
github-token: ${{ secrets.GITHUB_TOKEN }}
37
vercel-org-id: ${{ secrets.ORG_ID}}
38
vercel-project-id: ${{ secrets.PROJECT_ID }}
39
+ vercel-args: "--prod"
40
working-directory: ./
0 commit comments