conormgomes / liatrio_demo

0 stars 0 forks source link

Workflow's influence on cluster is now fully declarative #15

Closed conormgomes closed 6 days ago

conormgomes commented 6 days ago

Workflow now:

  1. creates a copy of the old deployment.yaml (named deployment_old.yaml)
  2. edits origin deployment.yaml image variable to point at the new image on Dockerhub
  3. applies this new deployment.yaml instead of just setting the image manually
  4. automatically pushes the changed deployment and deployment_old to the repo