I want to be able to quickly test a pull request in a live environment.
- create a bash script that will compile the Docker images and push them in acr. Tags must have git sha and pr number. The script must be GitHub agnostix
- create a GitHub action that, when the comment #deploy is made to a PR, will first add an emoji to that comment, deploy everything on Azure container instance (the app and the cosmos dB emulator via compose), and then comment with the FQDN.
- when the PR is closed, that azure container instance must be deleted.
I want to be able to quickly test a pull request in a live environment.