Skip to content

Commit 3cc765e

Browse files
committed
update action - improve loging for container restart
1 parent fbffaa1 commit 3cc765e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/jekyll-deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ 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
4243
docker pull ghcr.io/munichmakerlab/website:main
4344
systemctl restart docker-website.service
45+
systemctl status docker-website.service
4446
EOF

0 commit comments

Comments
 (0)