Skip to content

Deployment

Carlo edited this page Jan 30, 2018 · 1 revision

Build the image and push to the registry: yarn deploy

Then restart the thin-auth pod in kubernetes to fetch the latest image. We can do this by simply deleting the pod (kubectl delete pod thin-auth-xxxx) or setting a new environment variable (kubectl set env SHA=738974... -l app=thin-auth)

Clone this wiki locally