Skip to content

Commit

Permalink
test ssh connection
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfix committed Jun 14, 2024
1 parent 0b41caa commit 01dcb1c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cicd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Synchronization of the remote deployment
run: |
ssh d4gtaxobs@129.199.194.59 "sudo service taxplorer-dev.uwsgi stop"
ssh d4gtaxobs@129.199.194.59 "cd /opt/d4g/12_taxobservatory_dataviz_dev && git pull"
ssh d4gtaxobs@129.199.194.59 "sudo service taxplorer-dev.uwsgi start"
ssh d4gtaxobs@129.199.194.59 "echo 'ok'"
#ssh d4gtaxobs@129.199.194.59 "sudo service taxplorer-dev.uwsgi stop"
#ssh d4gtaxobs@129.199.194.59 "cd /opt/d4g/12_taxobservatory_dataviz_dev && git pull"
#ssh d4gtaxobs@129.199.194.59 "sudo service taxplorer-dev.uwsgi start"

0 comments on commit 01dcb1c

Please sign in to comment.