-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
If I have the following workflow.
A github repo with a master, develop and feature branches.
Developers can only merge to the develop and master branches through pull requests.
Ideally to merge the amplify changes it would be good to automate this as based on the amplify documents
so we would configure amplify with Beth downstream env (development)
then
amplify env checkout master
then we would do the amplify push to update the backend.
is it possible to achieve this process using amplify-ci-action ?
thanks
Metadata
Metadata
Assignees
Labels
No labels