Skip to content

Commit 0b70f79

Browse files
committed
v.1.2.1: 배포 설정 추가
1 parent b98efd1 commit 0b70f79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
key: ${{ secrets.EC2_SSH_KEY }}
3232
script: |
3333
cd ~/app
34-
docker-compose down || docker compose down
35-
docker-compose up -d --build || docker compose up -d --build
34+
docker-compose down
35+
docker-compose up -d --build

0 commit comments

Comments
 (0)