Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bandalgomsu authored May 30, 2024
1 parent 403b2d0 commit 7f7eb11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,3 @@ jobs:
sudo docker pull ${{ secrets.DOCKER_REPO }}/jolvre-server
sudo docker image tag bandalgomsu/jolvre-server:latest jolvre-server:latest
sudo docker-compose up -d
docker run -d --name goorm -p 8080:8080 ${{ secrets.DOCKER_REPO }}/jolvre-server
docker rmi -f $(docker images -f "dangling=true" -q)

0 comments on commit 7f7eb11

Please sign in to comment.