-
Notifications
You must be signed in to change notification settings - Fork 184
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
Newly pushed branches not being displayed for deployment #240
Comments
Do you have the cronjob running? It should update the list of available branches periodically Stephen Ball
|
Yes, the cronjob and supervisor tasks, both are running. |
Good idea @criography @digster could you try running |
Turns out it was an issue with access permissions and fixing the same solved it. Although, the behavior of the cron script is unpredictable sometimes. Didn't seem to sync the deleted branches properly. |
hmm, that is odd, it uses Thanks |
* feature/240: Fixes #240 - Adds the ability to refresh the tags/branches from the UI
While clicking on deploy, if the option to deploy the other branches is selected, any newly pushed branches after the last deployment are not displayed.
If any of the existing branch is then deployed, the git branch list gets updated and the new branches get available to deploy.
Ideally the git branch list should get periodically updated or an option should be given to explicitly do so.
The text was updated successfully, but these errors were encountered: