generated from dataforgoodfr/d4g-project-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected] "echo 'ok'" | ||
#ssh [email protected] "sudo service taxplorer-dev.uwsgi stop" | ||
ssh [email protected] "sudo service taxplorer-dev.uwsgi stop" | ||
#ssh [email protected] "cd /opt/d4g/12_taxobservatory_dataviz_dev && git pull" | ||
#ssh [email protected] "sudo service taxplorer-dev.uwsgi start" | ||
ssh [email protected] "sudo service taxplorer-dev.uwsgi start" |