mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 03:20:11 +00:00
Make release installation notes deployment-neutral
This commit is contained in:
parent
4c21d06005
commit
24e15a4bea
1 changed files with 2 additions and 8 deletions
10
.github/workflows/create-release.yml
vendored
10
.github/workflows/create-release.yml
vendored
|
|
@ -362,15 +362,9 @@ jobs:
|
|||
echo ""
|
||||
echo "## Installation"
|
||||
echo ""
|
||||
echo "**Docker (recommended):**"
|
||||
echo '```bash'
|
||||
echo "docker pull rcourtman/pulse:${VERSION}"
|
||||
echo '```'
|
||||
echo "If you run Pulse via Docker or Compose, update to \`rcourtman/pulse:${VERSION}\`."
|
||||
echo ""
|
||||
echo "**Docker Compose:**"
|
||||
echo "Update your \`docker-compose.yml\` to use \`rcourtman/pulse:${VERSION}\`"
|
||||
echo ""
|
||||
echo "See the [Installation Guide](https://github.com/rcourtman/Pulse#installation) for complete setup instructions."
|
||||
echo "See the [Installation Guide](https://github.com/rcourtman/Pulse#installation) for other deployment methods."
|
||||
} >> "$NOTES_FILE"
|
||||
|
||||
echo "notes_file=${NOTES_FILE}" >> $GITHUB_OUTPUT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue