Update deployment to single node swarm
This commit is contained in:
parent
3502dcfcb0
commit
58e688b83e
7 changed files with 97 additions and 51 deletions
6
infrastructure/init-remote.sh
Normal file
6
infrastructure/init-remote.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
REMOTE_ADDRESS=$1
|
||||
echo Initializing new machine, $REMOTE_ADDRESS
|
||||
|
||||
cat init-remote.sh | ssh $REMOTE_ADDRESS
|
||||
Loading…
Add table
Add a link
Reference in a new issue