Skip to content

Commit 5f2c38b

Browse files
authored
Comment out first_ssh command in docker-image.yml
Commented out the first_ssh command to stop and remove the Docker container.
1 parent d41567a commit 5f2c38b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 lidor-python-sce:$(date +%F)-${{ github.run_number }}

0 commit comments

Comments
 (0)