Skip to content

Commit

Permalink
feat: docker compose 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
GGHDMS committed Aug 1, 2024
1 parent c113bdf commit 38c6b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
script: |
ssh prod1 docker-compose -f $COMPOSE down
ssh prod1 docker pull ${{secrets.API_IMAGE}}
ssh prod1 docker-compose -f $COMPOSE up -d
ssh prod1 docker-compose -p api -f $COMPOSE up -d
build-notification:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -182,4 +182,4 @@ jobs:
script: |
ssh prod1 docker-compose -f $COMPOSE down
ssh prod1 docker pull ${{secrets.NOTIFICATION_IMAGE}}
ssh prod1 docker-compose -f $COMPOSE up -d
ssh prod1 docker-compose -p notification -f $COMPOSE up -d

0 comments on commit 38c6b64

Please sign in to comment.