Merge pull request #18 from asso-msn/develop #21
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 release | |
on: | |
push: | |
branches: | |
- release | |
jobs: | |
deploy: | |
uses: Tina-otoge/infra/.github/workflows/deploy-workflow.yml@master | |
with: | |
app: msnweb | |
webhook_msg: "Version publique du site mise à jour. Visitez https://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 }}" |