Azure / buffalo-azure

A gobuffalo plugin for working with Azure.
https://gobuffalo.io/en/docs/plugins
MIT License
29 stars 8 forks source link

implement `deploy` command #32

Open marstr opened 6 years ago

marstr commented 6 years ago

Once all the necessary infrastructure has been provisioned, a Buffalo user should be able to execute a command similar to buffalo deploy azure to update the image being used for their application.

This should probably fail gracefully if the application wasn't setup as a web-app for containers.

If it was setup for a web-app for containers, the command should call the web-app's webhook informing it that there is an updated container image that it should load. For now, I believe it is appropriate to assume that folks are doing a local docker image build and push.