-
Notifications
You must be signed in to change notification settings - Fork 99
Document ephemeral environment actions #2997
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
base: main
Are you sure you want to change the base?
Conversation
892d68e to
351a646
Compare
351a646 to
0e2e883
Compare
| - [Create a NuGet Package](https://github.com/marketplace/actions/create-nuget-package-for-octopus-deploy) | ||
| - [Push Packages to Octopus Deploy](https://github.com/marketplace/actions/push-package-to-octopus-deploy) | ||
| - [Create an Ephemeral Environment](https://github.com/marketplace/actions/create-an-ephemeral-environment-in-octopus-deploy) | ||
| - [Deprovision an Ephemeral Environment](https://github.com/marketplace/actions/deprovision-an-ephemeral-environment-in-octopus-deploy) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These two lines are the only actual changes!! The rest is linting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR documents two newly created GitHub Actions for managing ephemeral environments in Octopus Deploy and includes markdown linting fixes to comply with newly added documentation standards.
- Added links to "Create an Ephemeral Environment" and "Deprovision an Ephemeral Environment" actions
- Applied markdown linting fixes including whitespace normalization and duplicate heading ID resolution
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
src/pages/docs/packaging-applications/build-servers/github-actions.mdx
Outdated
Show resolved
Hide resolved
src/pages/docs/packaging-applications/build-servers/github-actions.mdx
Outdated
Show resolved
Hide resolved
src/pages/docs/packaging-applications/build-servers/github-actions.mdx
Outdated
Show resolved
Hide resolved
7981e9a to
0a5df6c
Compare
What's this? 🌵
This updates our list of GH actions to include the newly created actions to create and deprovision an ephemeral environment.
This PR also includes several small fixes to satisfy the markdown linting newly added to our docs. These changes are:
What's it look like?
How to review 🔍
🧪 If you'd like to see the docs for yourself, try deploying them to a preview environment.
[sc-124039]