mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-09 14:03:47 +00:00
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
@@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["docker-compose"],
|
"matchManagers": ["docker-compose"],
|
||||||
"matchFileNames": ["docker-compose.gitpod.yml"],
|
"matchFileNames": ["docker-compose.gitpod.yaml"],
|
||||||
"addLabels": ["devx"]
|
"addLabels": ["devx"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -75,7 +75,7 @@ kubectl apply -f $PLUGIN_TEMPLATE
|
|||||||
|
|
||||||
```yaml title=".woodpecker.yaml"
|
```yaml title=".woodpecker.yaml"
|
||||||
steps:
|
steps:
|
||||||
deploy-to-k8s:
|
- name: deploy-to-k8s
|
||||||
image: laszlocloud/my-k8s-plugin
|
image: laszlocloud/my-k8s-plugin
|
||||||
settings:
|
settings:
|
||||||
template: config/k8s/service.yaml
|
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:
|
To enable Bitbucket Server you should configure the Woodpecker container using the following environment variables:
|
||||||
|
|
||||||
```diff
|
```diff title="docker-compose.yaml"
|
||||||
# docker-compose.yml
|
version: '3'
|
||||||
version: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
woodpecker-server:
|
woodpecker-server:
|
||||||
[...]
|
[...]
|
||||||
environment:
|
environment:
|
||||||
|
Reference in New Issue
Block a user