Skip to content

Commit

Permalink
add cd ./tas_yell
Browse files Browse the repository at this point in the history
  • Loading branch information
Inlet-back committed Oct 26, 2024
1 parent 1d17808 commit ea56ea6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ env:
on: push

jobs:

preview:
if: ${{ github.ref != 'refs/heads/release' }}
needs: test
Expand All @@ -29,6 +28,9 @@ jobs:
- name: Install Vercel CLI
run: npm install --global vercel@latest

- name: Mv directory
run: cd ./task_yell

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

Expand Down Expand Up @@ -59,6 +61,9 @@ jobs:
- name: Install Vercel CLI
run: npm install --global vercel@latest

- name: Mv directory
run: cd ./task_yell

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

Expand Down

0 comments on commit ea56ea6

Please sign in to comment.