This release offers an action to trigger preview environments for applications providing a docker-compose file
Features:
- To create a preview environment, add the
pullpreviewlabel to a Pull Request to trigger a deployment - To remove the preview environment, close or merge the PR, or remove the
pullpreviewlabel - Happens entirely within a GitHub Action workflow, so your code stays private at all times
- Servers are provisioned on AWS lightsail, so it's both very cheap (10$/month for an instance, and most PRs don't last an entier month), and everything stays in-premise
- < 3 min deployment time for most apps