Skip to content

Commit

Permalink
chore: container stop 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
BangDori committed Apr 9, 2024
1 parent c7eca8d commit 3e64bb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
working-directory: /home/ubuntu
command: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker stop webview
docker system prune -a -f
docker pull pennyway/pennyway-webview
docker run --name "webview" -d -p 3000:3000 pennyway/pennyway-webview

0 comments on commit 3e64bb7

Please sign in to comment.