updates
This commit is contained in:
parent
76be8d717c
commit
823a096de7
1 changed files with 5 additions and 5 deletions
|
@ -87,11 +87,11 @@ jobs:
|
||||||
env | grep SSH
|
env | grep SSH
|
||||||
cd /etc/nixos/git
|
cd /etc/nixos/git
|
||||||
git pull
|
git pull
|
||||||
ssh osaka-linode-01 'sudo systemctl restart podman-derp'
|
ssh -qA osaka-linode-01 'sudo systemctl restart podman-derp'
|
||||||
ssh frankfurt-linode-01 'sudo systemctl restart podman-derp'
|
ssh -qA frankfurt-linode-01 'sudo systemctl restart podman-derp'
|
||||||
ssh milan-linode-01 'sudo systemctl restart podman-derp'
|
ssh -qA milan-linode-01 'sudo systemctl restart podman-derp'
|
||||||
ssh -qA warsaw-ovh-01 'sudo systemctl restart container@rdesktop'
|
ssh -qA warsaw-ovh-01 'sudo systemctl restart container@rdesktop'
|
||||||
ssh -qA framework-server 'sudo systemctl restart container@rdesktop'
|
ssh -qA framework-server 'sudo systemctl restart container@rdesktop'
|
||||||
sleep 30
|
sleep 30
|
||||||
deploy -sd
|
deploy -sd
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue