6 lines
237 B
Bash
Executable file
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'
|