Skip to content

Commit 30efd73

Browse files
authored
Update deploy.yml
1 parent 035a641 commit 30efd73

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- main
1111

1212
jobs:
13-
Deploy-Production:
13+
Deploy:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout code
@@ -19,15 +19,12 @@ jobs:
1919
- name: Install Vercel CLI
2020
run: npm install -g vercel
2121

22-
- name: Print Vercel Token (Debugging Only)
23-
run: echo "VERCEL_TOKEN=${{ secrets.VERCEL_TOKEN }}"
24-
25-
- name: Pull vercel Environment Information
22+
- name: Pull enviroment
2623
run: vercel pull --yes --environment=production --token ${{ secrets.VERCEL_TOKEN }}
2724

28-
- name: Build Project Artifacts
25+
- name: Build aritfact
2926
run: vercel build --prod --token ${{ secrets.VERCEL_TOKEN }}
3027

31-
- name: Deploy Project Artifacts
28+
- name: Deploy artifacts
3229
run: vercel deploy --prebuilt --prod --token ${{ secrets.VERCEL_TOKEN }}
3330

0 commit comments

Comments
 (0)