Skip to content

Commit

Permalink
Refactor : github actions workflow 수정 #127
Browse files Browse the repository at this point in the history
  • Loading branch information
strangehoon committed Nov 27, 2023
1 parent f27a511 commit 360eabc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/GithubActions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,4 @@ jobs:
script: |
sudo docker rm -f $(docker ps -qa)
sudo docker pull ${{ secrets.DOCKER_REPO }}/seniors
docker-compose up -d
docker image prune -f
sudo docker run -d -p 8080:80 --name seniors ${{ secrets.DOCKER_REPO }}/seniors

0 comments on commit 360eabc

Please sign in to comment.