Skip to content

Merge branch 'stage' into prod #12

Merge branch 'stage' into prod

Merge branch 'stage' into prod #12

Workflow file for this run

name: deploy-prod
on:
push:
branches: ['prod']
jobs:
test:
uses: ./.github/workflows/test.yaml
with:
environment: prod
aws-deploy:
uses: "./.github/workflows/aws-deploy.yaml"
with:
role-to-assume: "arn:aws:iam::528757786185:role/sagebase-github-oidc-openchallenges-deploy"
role-session-name: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
environment: "prod"
secrets-location: "ssm"