Merge pull request #17891 from rr-wfm/feature/improve-docs
Improve README for Octopus Deploy plugin
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-octopus-deploy': patch
|
||||
---
|
||||
|
||||
Improved getting started documentation
|
||||
@@ -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}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user