Skip to content

Commit

Permalink
Update autoDeploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shkisme authored Dec 11, 2024
1 parent 4664c14 commit 9202c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Vercel CLI (Vercel CLI 설치)
run: yarn add vercel@latest
run: npm install -g vercel

- name: Pull Vercel Environment Information (Vercel 원격 환경에서 환경 변수 및 프로젝트 설정을 가져오기)
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
Expand Down

0 comments on commit 9202c68

Please sign in to comment.