Skip to content

Commit f44fc69

Browse files
committed
Workflows updated
1 parent 00137a2 commit f44fc69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
jobs:
55
deploy:
66
runs-on: ubuntu-latest
7+
78
steps:
89
# Step 1: Checkout Pull Request Code
910
- name: Checkout Pull Request Code
@@ -35,4 +36,5 @@ jobs:
3536
github-token: ${{ secrets.GITHUB_TOKEN }}
3637
vercel-org-id: ${{ secrets.ORG_ID}}
3738
vercel-project-id: ${{ secrets.PROJECT_ID }}
39+
vercel-args: "--prod"
3840
working-directory: ./

0 commit comments

Comments
 (0)