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
On a commit/push to the repo beta.example.com will be updated.
On a commit/push to the repo www.example.com will NOT be updated. (Caddy log: 2018/12/06 12:00:55 github webhook ignored. Error: found different branch master).
On a tag/push --tags to the repo beta.example.com will be updated with no effect
On a tag/push --tags to the repo www.example.com will be updated to latest version.
Effective behaviour is:
commit/push works as expected.
tag/push --tags gives the following error for BOTH instances (www/beta): 2018/12/06 12:02:44 github webhook ignored. Error: found different branch v1.0.4 where v1.0.4 is the latest tag.
A restart of Caddy results in the expected behaviour.
Is this a bug or is my understanding of the plugin wrong?
The text was updated successfully, but these errors were encountered:
Any opinions on this? If this is a bug I am willing to dig into this. But I have no urge to write a PR if the current behavior intentional so it would be helpful to get some feedback.
Considering the following
Caddyfile
:The expected behaviour is:
commit
/push
to the repo beta.example.com will be updated.commit
/push
to the repo www.example.com will NOT be updated. (Caddy log:2018/12/06 12:00:55 github webhook ignored. Error: found different branch master
).tag
/push --tags
to the repo beta.example.com will be updated with no effecttag
/push --tags
to the repo www.example.com will be updated to latest version.Effective behaviour is:
commit
/push
works as expected.tag
/push --tags
gives the following error for BOTH instances (www/beta):2018/12/06 12:02:44 github webhook ignored. Error: found different branch v1.0.4
where v1.0.4 is the latest tag.A restart of Caddy results in the expected behaviour.
Is this a bug or is my understanding of the plugin wrong?
The text was updated successfully, but these errors were encountered: