v1.4.0 - Automatic deployments!
Hey everyone!
You can now set up webhooks that automatically build and deploy your app whenever they’re called. It works with any VCS provider — just send a POST request and you’re good to go!
✨ What's New?
Triggers!
You can now create deployment triggers for any app. Head over to the Triggers section, create a new trigger, and copy its unique URL. Each time that endpoint is called, your app will automatically start building.
Use it with GitHub push events, or hook it into any system that supports HTTP requests — it’s flexible and easy to integrate!
🔗 Full Changelog: Compare v1.3.0 → v1.4.0
How to update
Stop Dockerizalo
docker compose downPull new images
docker compose pullStart Dockerizalo again
docker compose up -d

