Skip to content

Commit 01dcb1c

Browse files
committed
test ssh connection
1 parent 0b41caa commit 01dcb1c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/cicd_dev.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
2828
- name: Synchronization of the remote deployment
2929
run: |
30-
ssh d4gtaxobs@129.199.194.59 "sudo service taxplorer-dev.uwsgi stop"
31-
ssh d4gtaxobs@129.199.194.59 "cd /opt/d4g/12_taxobservatory_dataviz_dev && git pull"
32-
ssh d4gtaxobs@129.199.194.59 "sudo service taxplorer-dev.uwsgi start"
30+
ssh d4gtaxobs@129.199.194.59 "echo 'ok'"
31+
#ssh d4gtaxobs@129.199.194.59 "sudo service taxplorer-dev.uwsgi stop"
32+
#ssh d4gtaxobs@129.199.194.59 "cd /opt/d4g/12_taxobservatory_dataviz_dev && git pull"
33+
#ssh d4gtaxobs@129.199.194.59 "sudo service taxplorer-dev.uwsgi start"

0 commit comments

Comments
 (0)