diff --git a/.github/workflows/cicd_dev.yml b/.github/workflows/cicd_dev.yml index c28a56d..2864c35 100644 --- a/.github/workflows/cicd_dev.yml +++ b/.github/workflows/cicd_dev.yml @@ -3,7 +3,7 @@ name: Copy website to the development site on: push: branches: - - dev + - cicd_dev # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -27,7 +27,6 @@ jobs: - name: Synchronization of the remote deployment run: | - 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 "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 "sudo service taxplorer-dev.uwsgi start"