Skip to content

Commit

Permalink
test action on cicd_dev push
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfix committed Jun 14, 2024
1 parent 01dcb1c commit 91a90ac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cicd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"

0 comments on commit 91a90ac

Please sign in to comment.