Once you have set up your application environments, you can enable continuous deployment in cd-app.yml by searching for !!
and following the instructions to:
- Update the
role-to-assume
with the GitHub actions ARN. - Uncomment the
on: push: ["main]
workflow trigger. This will trigger the deployment workflow on every merge tomain
.