Skip to content

Commit

Permalink
Update dckr-img-delpoy-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abbos1711 authored Jan 23, 2024
1 parent eac3a85 commit 597fb6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dckr-img-delpoy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ jobs:

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

0 comments on commit 597fb6f

Please sign in to comment.