There was an error while loading. Please reload this page.
1 parent 2afaed3 commit 78818fdCopy full SHA for 78818fd
1 file changed
.github/workflows/production.yaml
@@ -6,7 +6,7 @@ on:
6
workflow_dispatch:
7
push:
8
branches:
9
- - main
+ - master
10
jobs:
11
Deploy-Production:
12
runs-on: ubuntu-latest
@@ -19,4 +19,4 @@ jobs:
19
- name: Build Project Artifacts
20
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
21
- name: Deploy Project Artifacts to Vercel
22
- run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
+ run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
0 commit comments