Skip to content

Commit 732004e

Browse files
authored
Update docker-image.yml
1 parent d619b97 commit 732004e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
# The public host key of the remote server to prevent MITM attacks. (Use GitHub secrets!)
4646
known_hosts: ${{ secrets.PUB_KEY }}
4747
# Multiline block of commands to run before the SCP transfer.
48-
#first_ssh: sudo docker stop lidor-python && sudo docker rm lidor-python
48+
first_ssh: sudo docker stop lidor-python && sudo docker rm lidor-python
4949

5050
last_ssh: sudo docker run -d --name lidor-python -p 80:8080 lidorlg/lidor-python-sce:$(date +%F)-${{ github.run_number }}

0 commit comments

Comments
 (0)