ugly but cheerful remote zrok update (for now) (#44)

This commit is contained in:
Michael Quigley 2022-09-06 14:08:15 -04:00
parent e77b8ad2a4
commit 778de526e1
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

9
bin/update_zrok.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
ssh -i ~/.ssh/nf-zrok-ubuntu ctrl-01.zrok.io sudo systemctl stop zrok-ctrl
scp -i ~/.ssh/nf-zrok-ubuntu ~/local/zrok/bin/zrok ctrl-01.zrok.io:local/zrok/bin/zrok
ssh -i ~/.ssh/nf-zrok-ubuntu ctrl-01.zrok.io sudo systemctl start zrok-ctrl
ssh -i ~/.ssh/nf-zrok-ubuntu in-01.zrok.io sudo systemctl stop zrok-http-frontend
scp -i ~/.ssh/nf-zrok-ubuntu ~/local/zrok/bin/zrok in-01.zrok.io:local/zrok/bin/zrok-ctrl
ssh -i ~/.ssh/nf-zrok-ubuntu in-01.zrok.io sudo systemctl start zrok-http-frontend