Skip to content

Commit

Permalink
[C8 FE*] actions v15 (not use run build)
Browse files Browse the repository at this point in the history
  • Loading branch information
RazinSyakib43 committed Aug 27, 2024
1 parent 0b29edd commit fdff72e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ jobs:
- name: Install Dependencies
run: yarn install --frozen-lockfile

- name: Run Build
run: yarn run build
with:
path: .vercel/output
# - 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 fdff72e

Please sign in to comment.