Skip to content

Commit

Permalink
Merge pull request #54 from woowacourse-teams/feature/#52
Browse files Browse the repository at this point in the history
CI/CD 구축
  • Loading branch information
ay-eonii authored Jul 17, 2024
2 parents 66cfc9b + e517fc2 commit a62e041
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ jobs:
deploy:
runs-on: self-hosted

defaults:
run:
shell: bash
working-directory: ./backend

steps:
- name: change permission
run: |
Expand All @@ -27,6 +22,6 @@ jobs:

- name: Docker Compose up
run: |
docker compose -f docker-compose.yml down cd
docker compose -f docker-compose.yml pull cd
docker compose -f docker-compose.yml up -d cd
docker compose -f ./backend/docker-compose.yml down cd
docker compose -f ./backend/docker-compose.yml pull cd
docker compose -f ./backend/docker-compose.yml up -d cd

0 comments on commit a62e041

Please sign in to comment.