Skip to content

Deploy to production #318

Deploy to production

Deploy to production #318

name: Deploy to production
permissions:
id-token: write
contents: read
on:
push:
branches:
- release-al2
# schedule builds for 12:00AM GMT+8 everyday to get latest virus definitions
schedule:
- cron: '0 16 * * *'
jobs:
deploy-scanner:
name: Deploy Scanner
uses: ./.github/workflows/aws-deploy-scanner.yml
with:
environment: 'production'
provisionedConcurrency: 10
checkoutBranch: 'release-al2'
secrets: inherit