Skip to content

Commit

Permalink
update deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
canergulay committed Jun 20, 2024
1 parent 4d5b4ef commit d61a7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USERNAME }}
key: ${{ secrets.SERVER_SSH_KEY }}
scripts: |
script: |
docker pull ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_APP_NAME }}:latest
docker stop ${{ secrets.DOCKER_APP_NAME }} || true
docker rm ${{ secrets.DOCKER_APP_NAME }} || true
Expand Down

0 comments on commit d61a7f8

Please # to comment.