Skip to content

Commit

Permalink
fix: pr-deploy.yml 중복 배포 step제거
Browse files Browse the repository at this point in the history
  • Loading branch information
aeong98 committed Feb 15, 2023
1 parent 9c9aa0f commit 5df05d9
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/pr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,3 @@ jobs:

- name: Build
run: yarn build

deploy:
name: Deploy to Vercel
needs: [coverage, build]
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v3

- name : Deploy
uses: BetaHuhn/deploy-to-vercel-action@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}



0 comments on commit 5df05d9

Please sign in to comment.