Skip to content

Commit

Permalink
chore: dev-deploy.yml에 docker-compose 추가 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeong-hyeok authored Oct 2, 2023
1 parent d4dcb50 commit ef6eea9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
- name: Make zip file
run: |
mkdir deploy
cp ./docker-compose.blue.yml ./deploy/
cp ./docker-compose.green.yml ./deploy/
cp ./appspec.yml ./deploy/
cp ./Dockerfile ./deploy/
cp ./scripts/deploy.sh ./deploy/
Expand Down

0 comments on commit ef6eea9

Please sign in to comment.