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
% emp create myapp
% emp deploy -a myapp myapp/myapp:latest
# the command returns an error
error: the myapp process does not have a certificate attached
If you try to do emp cert-attach -a myapp -p myapp <cert_arn> at that point you keep getting error: no stack for app found.
I checked CloudFormation and there was no stack triggered for the app.
Seems like the failed deploy still triggers something, but doesn't reset it in case of a cert failure.
Then when you try running cert-attach, it wants to do an update of the stack, but there isn't one.
Workaround: destroy the app and recreate it and this time do cert-attach before deploy
The text was updated successfully, but these errors were encountered:
If you have an extended Procfile as follows:
and you do:
If you try to do
emp cert-attach -a myapp -p myapp <cert_arn>
at that point you keep gettingerror: no stack for app found
.I checked CloudFormation and there was no stack triggered for the app.
Seems like the failed deploy still triggers something, but doesn't reset it in case of a cert failure.
Then when you try running
cert-attach
, it wants to do an update of the stack, but there isn't one.Workaround: destroy the app and recreate it and this time do
cert-attach
beforedeploy
The text was updated successfully, but these errors were encountered: