We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1e001 commit 562965cCopy full SHA for 562965c
.github/workflows/jekyll-deploy.yml
@@ -41,7 +41,7 @@ jobs:
41
ssh -i ${HOME}/.ssh/deploy.id_rsa -o StrictHostKeyChecking=no [email protected] << EOF
42
set -x # Enable command echoing
43
docker pull ghcr.io/munichmakerlab/website:main
44
- docker images | grep ghcr.io/munichmakerlab/website | grep -v main | awk '{print $3}' | xargs docker rmi #remove old images
45
systemctl restart docker-website.service
46
systemctl status docker-website.service
+ docker images | grep ghcr.io/munichmakerlab/website | grep -v main | awk '{print $3}' | xargs docker rmi #remove old images
47
EOF
0 commit comments