Skip to content

Commit

Permalink
chore: workflows/ci-cd 제거 후 dev 환경 ci-cd workflow 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
agaxe committed Sep 30, 2024
1 parent 58e6463 commit a7d9be7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 123 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci-cd-dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: CI/CD Pipeline (dev)
on:
push:
branches:
- refactor
pull_request:
branches:
- refactor
jobs:
test:
uses: ./.github/workflows/jobs/test.yml
deploy-vercel:
needs: [test]
uses: ./.github/workflows/jobs/deploy-vercel.yml
e2e:
needs: [deploy-vercel]
uses: ./.github/workflows/jobs/e2e.yml
with:
env: dev
123 changes: 0 additions & 123 deletions .github/workflows/ci-cd.yml

This file was deleted.

0 comments on commit a7d9be7

Please sign in to comment.