Skip to content

Commit

Permalink
fix: build-and-push
Browse files Browse the repository at this point in the history
  • Loading branch information
haroya01 committed Jul 24, 2024
1 parent 549624c commit fe0731c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
password: ${{ secrets.BE_PW }}
script: |
cd hubo
sudo docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} -p ${{ secrets.DOCKER_HUB_LOGIN_TOKEN }}
sudo docker-compose down
sudo docker-compose pull
sudo docker-compose up -d
Expand Down

0 comments on commit fe0731c

Please sign in to comment.