You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)