Skip to content

Commit

Permalink
[C8 FE*] actions v12 (make new output after build)
Browse files Browse the repository at this point in the history
  • Loading branch information
RazinSyakib43 committed Aug 27, 2024
1 parent 608a4e8 commit 0b29edd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,17 @@ jobs:

- name: Run Build
run: yarn run build
with:
path: .vercel/output

- name: Install Vercel CLI
run: yarn global add vercel@latest

- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}

- name: Build Project Artifacts
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
# - name: Build Project Artifacts
# run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}

- name: Deploy Project Artifacts
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit 0b29edd

Please sign in to comment.