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
{{ message }}
This repository was archived by the owner on May 6, 2020. It is now read-only.
We converted our cluster over to using an external registry by adjusting manifests, uninstall + install. When trying to deploy an app that was previously deployed from the in-cluster registry with the cluster configuration now swung over the external registry I got an error about PORT being missing:
Successfully built d84e715fcee4
Pushing to registry
Build complete.
Launching App...
remote: 2016/09/29 11:08:04 Error running git receive hook [publishing release (Unknown Error (400): {"detail":"PORT needs to be set in the config when using a private registry"})]
Unfortunately I can't set PORT now:
$ deis config:set PORT=5000
Creating config... Error: Unknown Error (400): {"detail":"(app::deploy): PORT needs to be set in the config when using a private registry"}
We converted our cluster over to using an external registry by adjusting manifests, uninstall + install. When trying to deploy an app that was previously deployed from the in-cluster registry with the cluster configuration now swung over the external registry I got an error about PORT being missing:
Unfortunately I can't set PORT now: