Command hangs when promoting release

When trying to promote a release using convox releases promote, the output hangs on system/aws/cfm staging-mathematics-mastery CREATE_COMPLETE RecordSetWebInternal, and the release does not get promoted. No error message are given, the command just does not complete.

Where would it be possible to find logs which could give insight into why the command is having problems at this stage? Thank you.

To give some more background information, it appears that the build completes successfully, however no web service is created, although it is defined in convox.yml.

We are trying to deploy to a staging rack. The same web service is running already on a production rack without issue.

You can find the AWS CloudFormation stack and check which resources are in CREATE_IN_PROGRESS or UPDATE_IN_PROGRESS state.

That may guide you towards an underlying issue.

1 Like