Open DeshErBojhaa opened 2 years ago
Make auto deploy work (we have actions we never tried) to both dev and staging.
First, read Notion page describing the desired CI/CD flow: https://www.notion.so/allinbits/CD-pipeline-DEV-to-PROD-b417cb415639412d83adde3ffc4c8fdd
What's already working:
dev-push-*
Deploy img on DEV
integration-tests
test-pass
Tag version (DEV)
What's not:
DoD
Tag version
envs/dev.json
envs/staging.json
inputs
Make auto deploy work (we have actions we never tried) to both dev and staging.
First, read Notion page describing the desired CI/CD flow: https://www.notion.so/allinbits/CD-pipeline-DEV-to-PROD-b417cb415639412d83adde3ffc4c8fdd
What's already working:
dev-push-*
events are emittedDeploy img on DEV
action worksintegration-tests
(DEV) event is emittedtest-pass
is emittedTag version (DEV)
action worksWhat's not:
integration-tests
(staging) not being runDoD
Tag version
succeededenvs/dev.json
intoenvs/staging.json
and deploy the listed services, remove the currentinputs
and morph the action as you wish, since it's not being used by anyone