Skip to content

Commit

Permalink
update action - improve loging for container restart
Browse files Browse the repository at this point in the history
  • Loading branch information
NanoMil committed Oct 6, 2024
1 parent fbffaa1 commit 3cc765e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jekyll-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
run: |
ssh -i ${HOME}/.ssh/deploy.id_rsa -o StrictHostKeyChecking=no [email protected] << EOF
set -x # Enable command echoing
docker pull ghcr.io/munichmakerlab/website:main
systemctl restart docker-website.service
systemctl status docker-website.service
EOF

0 comments on commit 3cc765e

Please sign in to comment.