Deploy
1
Deploy
How to deploy to DEV environment?
1. Find the version of the image you want to deploy
Each commit on develop branch creates a new docker image.
To find the version you can go to Pipelines on Gitlab and
find whatever commit you
need.
Then open the
dockerize-job
In the
dockerize-job
logs you have
to find something like this
Deploy
2
INFO[0026] Pushing image to 585897269687.dkr.ecr.eu-central-1.amazonaws.com/omn-dev-fra-oa
m-frontend-ecr-repo:0.1.4698430
The
part after the
oam-frontend-ecr-repo:
is the version(tag) of the image.
Copy that.
2. Go to EKS Helm Chart repo
3. Go to values/dev.yaml file
4. Find the
oamFrontend
part
5. Update image tag with the version that you need to deploy
6. Save and commit
7. After commit go to pipelines
8. Run new pipeline
Put the
dev
into
DEPLOY_ENVIRONMENT
parameter