Move Session cache from CacheLib SimpleCache to SQLAlchemy backend #31
Workflow file for this run
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: | |
- main | |
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 }}" |