Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 392 Bytes

set-up-cd.md

File metadata and controls

6 lines (4 loc) · 392 Bytes

Set up CD

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:

  1. Update the role-to-assume with the GitHub actions ARN.
  2. Uncomment the on: push: ["main] workflow trigger. This will trigger the deployment workflow on every merge to main.