Skip to content

Commit

Permalink
Merge pull request #51 from KU-Taverse/fix/deploy
Browse files Browse the repository at this point in the history
fix: CD
  • Loading branch information
david-parkk authored Sep 7, 2024
2 parents a94f0ca + 01b43ef commit 813e027
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
sudo docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
echo ${{secrets.PROJECT_PATH}}
cd ${{secrets.PROJECT_PATH}}
cd ..
cd ..
git pull origin main
cd ${{secrets.PROJECT_PATH}}
sudo docker-compose stop
sudo docker rm $(sudo docker ps -a -q)
Expand Down

0 comments on commit 813e027

Please sign in to comment.