Skip to content

Commit d1814bd

Browse files
committed
[TEST] Fixed typo in Frontned Deployment YAML
1 parent b5c1f76 commit d1814bd

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/frontend_deployment.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
deploy:
1515
runs-on: ubuntu-latest
1616

17-
steps:
18-
- name: Checkout repository
19-
uses: actions/checkout@v4
20-
21-
- name: Install Vercel CLI
22-
run: |
23-
npm install -g vercel
24-
25-
- name: Deploy to Vercel
26-
run: |
27-
vercel --prod --token ${{ VERCEL_TOKEN }} --yes
17+
steps:
18+
- name: Checkout repository
19+
uses: actions/checkout@v4
20+
21+
- name: Install Vercel CLI
22+
run: |
23+
npm install -g vercel
24+
25+
- name: Deploy to Vercel
26+
run: |
27+
vercel --prod --token ${{ VERCEL_TOKEN }} --yes

0 commit comments

Comments
 (0)