getstackhead / stackhead

Open Source Web Server management. Semi-stable but still WORK IN PROGRESS
https://docs.stackhead.io
GNU General Public License v2.0
1 stars 1 forks source link

Auto apply (global and per-project) #150

Open saitho opened 3 years ago

saitho commented 3 years ago

StackHead v1: Since Terraform apply is now done per-project and each project has an own crontab and timer (see #148), the interval should be configurable in project definition. Obviously this can also be used to turn it off for certain projects (i.e. only allowing updates via StackHead deploy command).

Fallback order:

Global and per-project applies should be reimplemented.

saitho commented 1 year ago

As Terraform is dropped, auto-apply is not a built-in thing anymore. If needed, this should be realized by using the Deploy command via CI. There may be a redeploy or update command later.