Skip to content

Commit

Permalink
cd 브랜치 변경 (#178)
Browse files Browse the repository at this point in the history
* chore: cicd network

* chore: env file path

* chore: cd chroe

* fix: image prune

* fix: /t fix

* fix(#111): cd branch change
  • Loading branch information
mjh000526 committed Nov 28, 2024
1 parent 4bd6202 commit 2b9bd66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/be-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: froxy Continuous Delivery
on:
push:
branches:
- release # release 브랜치에 푸시될 때 실행
- deploy

jobs:
be-cd:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fe-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Froxy Continuous Integration
on:
push:
branches:
- release
- deploy

jobs:
fe-cd:
Expand Down

0 comments on commit 2b9bd66

Please sign in to comment.