mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-25 11:21:02 +00:00
parent
f211a780f3
commit
b177d82064
3 changed files with 17 additions and 18 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
{
|
||||
"matchManagers": ["docker-compose"],
|
||||
"matchFileNames": ["docker-compose.gitpod.yml"],
|
||||
"matchFileNames": ["docker-compose.gitpod.yaml"],
|
||||
"addLabels": ["devx"]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -75,7 +75,7 @@ kubectl apply -f $PLUGIN_TEMPLATE
|
|||
|
||||
```yaml title=".woodpecker.yaml"
|
||||
steps:
|
||||
deploy-to-k8s:
|
||||
- name: deploy-to-k8s
|
||||
image: laszlocloud/my-k8s-plugin
|
||||
settings:
|
||||
template: config/k8s/service.yaml
|
||||
|
|
|
@ -10,11 +10,10 @@ Woodpecker comes with experimental support for Bitbucket Datacenter / Server, fo
|
|||
|
||||
To enable Bitbucket Server you should configure the Woodpecker container using the following environment variables:
|
||||
|
||||
```diff
|
||||
# docker-compose.yml
|
||||
version: '3'
|
||||
```diff title="docker-compose.yaml"
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
services:
|
||||
woodpecker-server:
|
||||
[...]
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue