You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2024. It is now read-only.
Sometimes users want to prevent deployments for a particular period, for example, during a planned vacation period when most employees are out. This feature makes the deployment much safety.
Implement
Gitploy gets the last time matched with the crontab expression and verifies the current time is in duration from the start time. I need to get the last time matched with the start pattern to implement. But there is no package support getting the last time (e.g. robfig/cron), so we decide to make a new package.
Sometimes users want to prevent deployments for a particular period, for example, during a planned vacation period when most employees are out. This feature makes the deployment much safety.
Implement
Gitploy gets the last time matched with the crontab expression and verifies the current time is in duration from the
start
time. I need to get the last time matched with thestart
pattern to implement. But there is no package support getting the last time (e.g. robfig/cron), so we decide to make a new package.Example
The text was updated successfully, but these errors were encountered: