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.
@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