Skip to content

Deploy to prod

Deploy to prod #4

Workflow file for this run

name: Deploy to prod
on:
workflow_dispatch:
schedule:
# every monday at 6:00 AM UTC
- cron: '0 6 * * 1'
jobs:
deploy-prod:
uses: ./.github/workflows/serverless-deploy.yaml
permissions:
id-token: write
contents: read
secrets:
AWS_DEPLOYER_ROLE: ${{ secrets.AWS_DEPLOYER_ROLE }}
with:
ENVIRONMENT: prod