nullstone-io / nullstone

Nullstone is a customizable developer platform launched on your cloud accounts.
https://nullstone.io
MIT License
39 stars 1 forks source link

Automatic build/deploy #79

Open BSick7 opened 2 years ago

BSick7 commented 2 years ago

Summary

This feature enables Nullstone to automatically build an app without configuring CI/CD.

Intended Outcome

Currently, a user must build their docker image locally, push the image, and deploy the app with the new image. Instead, a user would commit their code to a repository, and Nullstone would automatically build and deploy the image.

All build logs should be available in the UI. Additionally, the deploy logs (whether automatic or manual deploy) should be available in the UI.