-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate 0.2.0 docker images issue #186
Comments
The cause of this issue was in #179 because the signed-api is now an NPM package. To build the docker images we use
config so the AWS deployment trick errors out because the config folder no longer exists.
The fix is to change the CF template to first create the
I confirmed this by deploying the signed API on AWS. |
I got this error while trying to deploy Airnode feed 0.2.0. Please see |
I think I found the cause of the issue. In the following package.json script,
AFAIK, @Siegrift uses macOS, so that's why resulted images always creates signed-api target. I'm creating PR that fixing this. |
@metobom reported an issue when trying to deploy Docker image for 0.2.0 Signed API:
The text was updated successfully, but these errors were encountered: