1
4 Comments

Free automatic test environments for your pull requests

I recently created a new landing page for one of my products, Pull Dog, which can be seen here:

https://dogger.io

It allows you to auto-provision test environments every time you open a pull request. Best of all, it starts with a free plan!

In addition, it is already being used by Portainer, a GitHub project with 14k stars.

Feedback is very welcome.

  1. 1

    Sounds interesting, one question I have though - is why can't you use plain GitHub Actions for that?

    1. 1

      Github Actions is a build server. It runs once per commit. You still need somewhere to host your test environment, and hooks to tear it down again when you don't need it.

      That's easy if you've already got a development team of several people and have a functional Kubernetes cluster, but those are not my target audience.

      1. 1

        Hey, strange timing as I've also just released pullpreview.com, which does work using a GitHub Action, with no need for a k8s cluster either since it runs on cheap Lightsail instances provisioned on demand.

        Big advantage of Actions is that we never see the client's code, which is a big plus in terms of security.

        Surely there is space for different approaches, so all the best with your project!

        1. 1

          @crohr huh, that's funny. I guess great minds think alike. Would you be interested in some sort of partnership perhaps? My instances also run on Lightsail.

Trending on Indie Hackers
How I grew a side project to 100k Unique Visitors in 7 days with 0 audience 49 comments Competing with Product Hunt: a month later 33 comments Why do you hate marketing? 29 comments My Top 20 Free Tools That I Use Everyday as an Indie Hacker 16 comments $15k revenues in <4 months as a solopreneur 14 comments Use Your Product 13 comments