Skip to content

Commit

Permalink
Merge pull request #65 from APPS-sookmyung/dev
Browse files Browse the repository at this point in the history
[Fix] 깃허브 액션 스크립트 수정
  • Loading branch information
ajung7038 authored Aug 20, 2024
2 parents 1b40000 + 373e877 commit d2efdbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ jobs:
script: |
sudo docker ps
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/wellet
sudo docker stop $(sudo docker ps -q) 2>/dev/null || true
sudo docker run -d -p 8080:8080 ${{ secrets.DOCKER_USERNAME }}/wellet
sudo docker image prune -f

0 comments on commit d2efdbc

Please sign in to comment.