1
0
Fork 0

Initial import

This commit is contained in:
Daniele Tricoli 2022-12-03 22:25:28 +01:00
commit 65719095ac
2 changed files with 17 additions and 0 deletions

1
Dockerfile Normal file
View file

@ -0,0 +1 @@
FROM woodpeckerci/woodpecker-agent:v0.15.5

16
README.md Normal file
View file

@ -0,0 +1,16 @@
# pod-woodpecker-agent
## Deploy
### Dokku
```
dokku apps:create woodpecker-agent
dokku config:set woodpecker-agent --no-restart WOODPECKER_SERVER=<secret>
dokku config:set woodpecker-agent --no-restart WOODPECKER_AGENT_SECRET=<secret>
dokku storage:mount woodpecker-agent /var/run/docker.sock:/var/run/docker.sock
git push dokku main:main
```