zodern / meteor-up

Production Quality Meteor Deployment to Anywhere
http://meteor-up.com/
MIT License
1.28k stars 279 forks source link

SHeduled updates possible? #1291

Open jankapunkt opened 2 years ago

jankapunkt commented 2 years ago

This is a question / feature request

Is it possible to define a certain time for the update to be executed? For example

Now:

Later (at specified time or after certain timeour):

chmelevskij commented 2 years ago

An alternative could be something like scheduled github action (or any ci action) to not have to put cron logic into the core.

I guess cron part could be a plugin. Only missing bit would be to have separate push and install step?