Skip to content

Commit 66cf433

Browse files
authored
Update jekyll-deploy.yml - remove docker cleanup
1 parent 562965c commit 66cf433

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/jekyll-deploy.yml

-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ jobs:
3939
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
4040
run: |
4141
ssh -i ${HOME}/.ssh/deploy.id_rsa -o StrictHostKeyChecking=no [email protected] << EOF
42-
set -x # Enable command echoing
4342
docker pull ghcr.io/munichmakerlab/website:main
4443
systemctl restart docker-website.service
4544
systemctl status docker-website.service
46-
docker images | grep ghcr.io/munichmakerlab/website | grep -v main | awk '{print $3}' | xargs docker rmi #remove old images
4745
EOF

0 commit comments

Comments
 (0)