Skip to content

ci: use new aws role #12

ci: use new aws role

ci: use new aws role #12

Workflow file for this run

name: Deploy test
on:
push:
branches:
- deploy_s3
jobs:
test-build-and-deploy-s3:
uses: ./.github/workflows/test-build-and-deploy-to-s3.yml
with:
flow: deploy-staging
configuration: staging
secrets:
aws-region: ${{ secrets.AWS_REGION }}
aws-role-arn: ${{ secrets.AWS_ROLE_ARN }}
s3-bucket-name: ${{ secrets.S3_BUCKET_NAME }}
cloudflare-zone: ${{ secrets.CLOUDFLARE_ZONE }}
cloudflare-token: ${{ secrets.CLOUDFLARE_TOKEN }}