Skip to content

Commit

Permalink
fix: 배포 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
char-yb committed Apr 6, 2024
1 parent 8f496e4 commit 7a6036b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- name: zip file 생성
run: |
mkdir deploy
cp ./docker/docker-compose.yml ./deploy/
cp ./docker/docker-compose.blue.yml ./deploy/
cp ./docker/docker-compose.green.yml ./deploy/
cp ./appspec.yml ./deploy/
cp ./docker/Dockerfile ./deploy/
cp ./scripts/*.sh ./deploy/
Expand Down

0 comments on commit 7a6036b

Please sign in to comment.