Schedule a deployment at a specific time #2772
Replies: 3 comments 4 replies
|
I'd love to see this too! I want to push to my production branch and re-deploy at a specific time during the day instead of immediately to not negatively impact periods with lots of user activity or interrupt other running jobs |
|
In the meantime you can make another project to do this for you. Pick a dockerfile deployment and adapt this to your use-case: Adapt the cron config as needed. TOKEN is a Coolify API Token with deploy permission. You can find the UUID on the web hooks page of the service to be scheduled for deploy. If you use API access allow listing, then be sure to add your deployment server(s) that list. |
|
It would also be useful when using static generators like Nikola where you can set articles in the future and have them published "automagically". |
Uh oh!
There was an error while loading. Please reload this page.
This would be an option in the "Deployments" or "Scheduled Tasks" tab.
The form would contain when you would like to redeploy, and if it is a recurring or one time task.
Scenario:
I'd like to redeploy at 04:00 local time, to have the downtime only occur during low network activity
All reactions