We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b41caa commit 01dcb1cCopy full SHA for 01dcb1c
.github/workflows/cicd_dev.yml
@@ -27,6 +27,7 @@ jobs:
27
28
- name: Synchronization of the remote deployment
29
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"
+ 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"
33
+ #ssh d4gtaxobs@129.199.194.59 "sudo service taxplorer-dev.uwsgi start"
0 commit comments