bvanberg / herzog

Dumping ground for initial POC projects.
1 stars 0 forks source link

Beanstalk configuration #24

Closed bvanberg closed 8 years ago

bvanberg commented 8 years ago

@billy-bacon @petzkep

Have a look and let me know what you think. Pretty basic config to get this working so not many changes here. Still need to automate creating the deployable artifact and deploying, but this works.

git archive --format=zip HEAD > photo-id.zip

Will create a new zip from the current branch. Then you can update the deployed beanstalk app via the console for now. Later I'll add automation around using cli.

11