File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed
Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Deploy to Vercel
22
33on :
44 push :
5- branches : [main, stage ]
5+ branches : [main]
66
77jobs :
88 deploy-production :
2020 VERCEL_ORG_ID : ${{ secrets.VERCEL_ORG_ID }}
2121 VERCEL_PROJECT_ID : ${{ secrets.VERCEL_PROJECT_ID }}
2222 PRODUCTION : true
23- ALIAS_DOMAINS : eatda.net
2423 GITHUB_DEPLOYMENT : true
2524 GITHUB_DEPLOYMENT_ENV : Production
26-
27- deploy-preview :
28- if : github.ref == 'refs/heads/stage'
29- runs-on : ubuntu-latest
30- steps :
31- - name : Checkout
32- uses : actions/checkout@v4
33-
34- - name : Deploy to Vercel (Preview)
35- uses : mountainash/deploy-to-vercel-action@v2.5.0
36- with :
37- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
38- VERCEL_TOKEN : ${{ secrets.VERCEL_TOKEN }}
39- VERCEL_ORG_ID : ${{ secrets.VERCEL_ORG_ID }}
40- VERCEL_PROJECT_ID : ${{ secrets.VERCEL_PROJECT_ID }}
41- PRODUCTION : false
42- ALIAS_DOMAINS : dev.eatda.net
43- GITHUB_DEPLOYMENT : true
44- GITHUB_DEPLOYMENT_ENV : Preview
You can’t perform that action at this time.
0 commit comments