Improve README for Octopus Deploy plugin

Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com>
This commit is contained in:
Jonathan Mezach
2023-05-22 11:48:13 +02:00
parent d1797f0e91
commit bc73216d81
+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}
```