Skip to content

First stable version

Choose a tag to compare

@crohr crohr released this 21 Apr 07:12
· 208 commits to master since this release

This release offers an action to trigger preview environments for applications providing a docker-compose file

Features:

  • To create a preview environment, add the pullpreview label to a Pull Request to trigger a deployment
  • To remove the preview environment, close or merge the PR, or remove the pullpreview label
  • 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