Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continuous deployment to different stages on different time frames. #9175

Open
nisevi opened this issue Feb 2, 2018 · 1 comment
Open

Continuous deployment to different stages on different time frames. #9175

nisevi opened this issue Feb 2, 2018 · 1 comment

Comments

@nisevi
Copy link

nisevi commented Feb 2, 2018

Hi there, I was wondering if you have something like what you describe here but with the option to manage the time in which we would like this to happen? for example we would like to deploy to develop at 08:00am, to staging at 13:00pm and to production at 21:00pm (just to give an example) so in the middle we will be able to take a look around the different stages and see if everything is working smoothly 👍 . Do you have this type of functionality available?

@BanzaiMan
Copy link
Contributor

https://docs.travis-ci.com/user/cron-jobs/ is the closest thing we have. There is no finer execution control, though, so you can't say "at 21:00 on Monday through Friday", for example. (In your example, then, you will be deploying to production at 21:00 every day, no matter what.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants