Example of using webhooks to tag a commit in GitHub upon successful deployment
I would like to tag a commit in GitHub when I successfully deploy a package so that I can know which commit was used to deploy to production. I've not used webhooks much before. Can anyone point me to either documentation or a sample that would describe how to set this up with AppVeyor and GitHub?
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
Support Staff 1 Posted by Feodor Fitsner on 22 Apr, 2014 06:42 PM
Hi Ryan,
I think you can do that without webhooks. Just call tagging code on "build success":
http://help.appveyor.com/discussions/problems/123-pushing-local-git...
2 Posted by ryan on 22 Apr, 2014 06:45 PM
Thank you!
ryan closed this discussion on 22 Sep, 2017 04:03 PM.