Skip to content

Commit e6ac608

Browse files
authored
Update docker-image.yml
corrected IP
1 parent a2d3bc1 commit e6ac608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353

5454
- name: SSH into server and deploy
5555
run: |
56-
ssh root@61.97.102.90 'docker pull 10449/docker-test-angular && docker run -d -p 5200:5200 10449/docker-test-angular'
56+
ssh root@161.97.102.90 'docker pull 10449/docker-test-angular && docker run -d -p 5200:5200 10449/docker-test-angular'
5757
# ssh root@95.130.227.6 "docker pull 10449/docker-test && docker-compose up -d"
5858

0 commit comments

Comments
 (0)