waldoj / frostline

A dataset, API, and parser for USDA plant hardiness zones.
https://phzmapi.org/
MIT License
146 stars 25 forks source link

Automate deployment to S3 #20

Closed waldoj closed 7 years ago

waldoj commented 7 years ago

This can be done with Travis. See this example.

waldoj commented 7 years ago

It remains to give this AWS auth pair access to write to the bucket.

waldoj commented 7 years ago

Huh. I gave it access (I think), but the build still fails. There's more debugging to be done here.

waldoj commented 7 years ago

Needed to add a couple more user policies (the ability to write to a bucket, instead of just its contents, and the ability to list buckets). That fixed it.