Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
corrected IP
  • Loading branch information
abbos1711 authored Feb 3, 2024
1 parent a2d3bc1 commit e6ac608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:

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

0 comments on commit e6ac608

Please sign in to comment.