Skip to content

Commit c21a0d8

Browse files
committed
Update deploy.sh
1 parent 1b0e9b8 commit c21a0d8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/deploy.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ set -euxo pipefail
88
mkdir -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

1515
COMMANDS="""
1616
set -euxo pipefail
1717
cd ~/goblin
1818
docker image load < goblin-latest.tar.gz
1919
docker 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'"

0 commit comments

Comments
 (0)