azavea / tilegarden

Serverless raster and vector map tile generation using Mapnik and AWS Lambda
https://azavea.github.io/tilegarden/
Other
97 stars 7 forks source link

Feature/streamline deployment #108

Closed mattdelsordo closed 6 years ago

mattdelsordo commented 6 years ago

Overview

This PR aims to streamline deployment by

  1. giving env-template a name that better indicates what you're meant to do with it.
  2. creating a deploy script that basically just calls docker-compose build before ./scripts/publish

The state of this PR is sort of temporary as we work out what all should be included in it vs. #106

Testing Instructions

Resolves #46