mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
introduces the post publish website event
This commit is contained in:
parent
9f28ced11c
commit
3c76f5a95e
1 changed files with 13 additions and 0 deletions
|
|
@ -253,3 +253,16 @@ event "promote-production-packaging" {
|
|||
on = "always"
|
||||
}
|
||||
}
|
||||
|
||||
event "post-publish-website" {
|
||||
depends = ["promote-production-packaging"]
|
||||
action "post-publish-website" {
|
||||
organization = "hashicorp"
|
||||
repository = "crt-workflows-common"
|
||||
workflow = "post-publish-website"
|
||||
}
|
||||
|
||||
notification {
|
||||
on = "always"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue