Skip to content

Commit

Permalink
PET-35 feat : CD 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
tlarbals824 committed Jul 26, 2023
1 parent 1d6484f commit d7cd743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
username: ubuntu
key: ${{ secrets.KEY }}
script: |
docker pull ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY }}
docker stop ${{ secrets.DOCKER_REPOSITORY }}
docker rm -f ${{ secrets.DOCKER_REPOSITORY }}
docker-compose up -d
Expand Down

0 comments on commit d7cd743

Please sign in to comment.