File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ set -euxo pipefail
88mkdir -p ~/goblin
99" " "
1010
11- ssh root@143.110.182.104 " /bin/bash -c '$PREPARE_COMMANDS '"
11+ ssh root@goblin.run " /bin/bash -c '$PREPARE_COMMANDS '"
1212
13- rsync --progress goblin-latest.tar.gz root@143.110.182.104 :~ /goblin/
13+ rsync --progress goblin-latest.tar.gz root@goblin.run :~ /goblin/
1414
1515COMMANDS=" " "
1616set -euxo pipefail
1717cd ~/goblin
1818docker image load < goblin-latest.tar.gz
1919docker stop \$ (docker container ls --all --filter=ancestor=" goblin:latest" --format " {{.ID}}" )
20- docker run -d -e 'ORIGIN_URL=http://count.barelyhuman.dev ' -p '3000:3000' -v='./:/usr/bin/app' goblin:latest
20+ docker run -d -e 'ORIGIN_URL=http://goblin.run ' -p '3000:3000' -v='./:/usr/bin/app' goblin:latest
2121" " "
2222
23- ssh root@143.110.182.104 " /bin/bash -c '$COMMANDS '"
23+ ssh root@goblin.run " /bin/bash -c '$COMMANDS '"
You can’t perform that action at this time.
0 commit comments