Skip to content

Commit

Permalink
fix: cicd 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SunYerim committed Jul 5, 2024
1 parent 88f795b commit b754484
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/ubuntu/sunjoo-server-sentimentAnalysis
docker-compose down
docker compose down
docker pull ${{ secrets.DOCKER_USERNAME }}/analysis:latest
docker-compose build
docker-compose up -d
docker network connect eureka-network sunjoo-server-sunjoo-server-sentimentanalysis_sentimentAnalysis_1
docker restart sunjoo-server-sentimentanalysis_sentimentAnalysis_1
docker compose build
docker compose up -d
docker network connect eureka-network sunjoo-server-sentimentanalysis-sentimentAnalysis-1
docker restart sunjoo-server-sentimentanalysis-sentimentAnalysis-1

0 comments on commit b754484

Please sign in to comment.