Skip to content

Commit

Permalink
Update backend-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jwpark1211 authored May 18, 2024
1 parent 4bd0e41 commit d7b100e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
sudo docker-compose down
sudo docker pull ${ {DOCKER_REPOSITORY }}
sudo docker run -d -p 8080:8080 --name new ${{ DOCKER_REPOSITORY }}
sudo docker pull ${{ secrets.DOCKER_REPOSITORY }}
sudo docker run -d -p 8080:8080 --name new ${{ secrets.DOCKER_REPOSITORY }}

0 comments on commit d7b100e

Please sign in to comment.