Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
eebd001b
Unverified
Commit
eebd001b
authored
2 years ago
by
Claire Labry
Browse files
Options
Download
Email Patches
Plain Diff
introduces the post publish website event
parent
52b188b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.release/ci.hcl
+14
-0
.release/ci.hcl
with
14 additions
and
0 deletions
+14
-0
.release/ci.hcl
+
14
-
0
View file @
eebd001b
...
...
@@ -199,3 +199,17 @@ 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"
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment