Dec 8, 2019
0
Level 5
Vapor Deploy failing from codeship breaking deployment enviroment
Hi
I am trying to deploy to vapor from codeship. and the deploy is failing
==> Ensuring IAM Role Exists
==> Ensuring Storage Exists
==> Ensuring Cache Table Is Configured
==> Ensuring Functions Exist
==> Updating Function Configurations
An error occurred during deployment.
Message: An unexpected error occurred while deploying your project. Our support team has been notified. (ID: 59502)
after this happens I am also unable to deploy to this environment from my local machine. It says It says the support team has been notified but I have no way of following up on this issue.
this is my deploy task.
vendor/bin/vapor deploy staging-new --commit="${CI_COMMIT_ID}" --message="${CI_MESSAGE}"
Please or to participate in this conversation.