Closed tnation14 closed 6 years ago
The build is currently failing. Looks like the static Dockerfile
is referencing a node
package, but now it should be nodejs
.
Fixed. I was also able to take care of the jai_core
resolution failure by adding it to SBT librarayDependencies
with an explicit URL.
If you are confident that fixed it, then consider closing https://github.com/geotrellis/geotrellis-site/issues/79 too.
Overview
This PR removes the default value for
ssl_certificate_arn
(which is now outdated) fromvariables.tf
, and updatesscripts/infra
to use a .tfvars file to make it easier to override other defaults in the future.Changes
ssl_certficate_arn
scripts/infra
to use a.tfvars
file.docker-compose.ci.yml
for local deployments.Fixes #82
Testing
scripts/infra
according to the instructions in the new deployment README, ensure no changes are necessary.