How to deploy every week?
I don't want to deploy every commit. I want to deploy every week.
If I made commits in this week, appveyor deploys a new release. If I made no commits in this week, appveyor doesn't deploy.
How do I configure that?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

1 Posted by Ilya Finkelshte... on 22 Jan, 2018 06:43 PM
You can use scheduled builds. Setting is in UI, General tab.
Scheduled builds are disabled for free accounts by default and can be enabled by request. We enabled it for your account.
2 Posted by gqqnbig on 23 Jan, 2018 05:29 AM
thanks so much
3 Posted by gqqnbig on 23 Jan, 2018 06:59 AM
Scheduled builds seems a way to conditionally run a build, while what I need is to conditionally deploy.
For every commit, I still want to build and run tests. But only deploy a release on github every week.
What's your suggestion?
4 Posted by Ilya Finkelshte... on 23 Jan, 2018 04:56 PM
Please check this part of documentation and this Stack Overflow discussion.
This should help with deploying on every GitHub release. This will be every week as well, if you create GitHub release every week.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:26 AM.