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 7f7eb11 commit 6511c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
key: ${{ secrets.EC2_PRIVATE_KEY }}
envs: GITHUB_SHA
script: |
docker stop jolvre-server
docker rm jolvre-server
sudo docker stop jolvre-server
sudo docker rm jolvre-server
sudo docker pull ${{ secrets.DOCKER_REPO }}/jolvre-server
sudo docker image tag bandalgomsu/jolvre-server:latest jolvre-server:latest
sudo docker-compose up -d

0 comments on commit 6511c01

Please sign in to comment.