vc-authn-oidc
vc-authn-oidc copied to clipboard
CD pipeline for dev
Implement a CD pipeline to deploy the latest changes to dev
every time something is merged to the main
branch.
For reference, the traction
CD pushing to dev
every time a change is merged to main
is here: https://github.com/bcgov/traction/blob/main/.github/workflows/on_push_main.yaml
We would likely want something similar implemented.
There's a couple last tweaks required: pipeline is now working appropriately, however the deployment is trying to pull the dev
image, which does not exist. @i5okie pointed out it would be best to just use the sha of the built image.
We need to replace the image tag in the helm upgrade
command to use that rather than dev
.