Merge pull request #646 from doctrine/dependabot/github_actions/cpina… #1367
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: "Deployment prod" | |
on: | |
push: | |
branches: | |
- "master" | |
schedule: | |
- cron: '0 0 * * *' | |
jobs: | |
deployment_prod: | |
name: "Deployment prod" | |
uses: "doctrine/doctrine-website/.github/workflows/deployment.yml@master" | |
with: | |
environment: "prod" | |
secrets: | |
doctrine_website_algolia_admin_api_key: "${{ secrets.doctrine_website_algolia_admin_api_key }}" | |
doctrine_website_stripe_secret_key: "${{ secrets.doctrine_website_stripe_secret_key }}" | |
doctrine_website_send_grid_api_key: "${{ secrets.doctrine_website_send_grid_api_key }}" | |
doctrine_website_deployment_token: "${{ secrets.doctrine_website_deployment_token }}" |