Merge pull request #17891 from rr-wfm/feature/improve-docs

Improve README for Octopus Deploy plugin
This commit is contained in:
Johan Haals
2023-05-22 12:07:18 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-octopus-deploy': patch
---
Improved getting started documentation
+1 -1
View File
@@ -18,7 +18,7 @@ To use it, you will need to generate an [API Key](https://octopus.com/docs/octop
// app-config.yaml
proxy:
'/octopus-deploy':
target: '<your-octopus-server-url>'
target: 'https://<your-octopus-server-instance>/api'
headers:
X-Octopus-ApiKey: ${OCTOPUS_API_KEY}
```