Only run db.create_all in debug, do not run tasks on start in debug #100
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
name: Deploy new development version | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
deploy: | |
uses: Tina-otoge/infra/.github/workflows/deploy-workflow.yml@master | |
with: | |
app: msnweb-demo | |
webhook_msg: "Démo du site mise à jour. Visitez https://demo.asso-msn.fr/ pour voir les changements." | |
secrets: | |
host: "${{ secrets.DEPLOY_HOST }}" | |
user: "${{ secrets.DEPLOY_USER }}" | |
key: "${{ secrets.DEPLOY_KEY }}" | |
login_user: "${{ secrets.DEPLOY_LOGIN_USER }}" | |
webhook_url: "${{ secrets.WEBHOOK_URL }}" |