We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbffaa1 commit 3cc765eCopy full SHA for 3cc765e
.github/workflows/jekyll-deploy.yml
@@ -39,6 +39,8 @@ jobs:
39
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
40
run: |
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
systemctl restart docker-website.service
45
+ systemctl status docker-website.service
46
EOF
0 commit comments