Is there a way to "pause" a project?
I did a deploy which I will not longer need for a week or so, until I need to demo the app again for my client.
I would like to "pause" it so it stops consuming resources without the need to delete it now and create it again each time I need an online demo, I want to avoid setting the environment vars each time.
Is it possible or deleting is the only way?
4 Replies
can't you just remove the deployment by clicking the dots?
yep, no pausing, only removing unfortunately
Removing only removes the deployment, you can restart the app by pushing a new commit
This is in progress- we will be adding a scale to zero option