futtern/deploy/local-deploy.sh
lubiana 57b4e33028
All checks were successful
/ ls (pull_request) Successful in 31s
/ ls (push) Successful in 31s
fix paths in prepare deploy and add local deploy script
2024-06-24 21:19:11 +02:00

6 lines
237 B
Bash
Executable file

#!/usr/bin/env sh
. ./deploy/prepare-deploy.sh
ssh leitstelle-futtern 'systemctl --user stop pod-futtern'
rsync -avz --delete deploy/ leitstelle-futtern:futtern --exclude=var
ssh leitstelle-futtern '/home/c3h-futtern/futtern/update.sh'