Skip to content

Commit

Permalink
Merge pull request #127 from ITZipProject/main
Browse files Browse the repository at this point in the history
action 수정
  • Loading branch information
jukrap2 authored Nov 20, 2024
2 parents 5b51028 + e1a1fce commit 048fdb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
key: ${{ secrets.SSH_KEY }}
port: 22
script: |
sudo docker-compose -f /home/ubuntu/itzip/docker-compose.yml down
sudo docker rmi itzip/ts-react-18-nextjs-14.2:latest
sudo docker-compose -f /home/ubuntu/itzip/docker-compose.yml up -d
sudo docker system prune -a -f
docker-compose -f /home/ubuntu/itzip/docker-compose.yml down
docker-compose -f /home/ubuntu/itzip/docker-compose.yml pull
docker-compose -f /home/ubuntu/itzip/docker-compose.yml up -d
docker system prune -a -f

0 comments on commit 048fdb6

Please sign in to comment.