Update .woodpecker.yml
This commit is contained in:
parent
537cc89674
commit
a3e61024fb
|
@ -101,7 +101,7 @@ steps:
|
||||||
branch: main
|
branch: main
|
||||||
event: [push, cron]
|
event: [push, cron]
|
||||||
|
|
||||||
# Deploy Production
|
# Deploy Production (Now Includes `CLIENT_SECRET_HEADSCALE`)
|
||||||
deploy-production:
|
deploy-production:
|
||||||
name: deploy-production
|
name: deploy-production
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
@ -110,6 +110,8 @@ steps:
|
||||||
from_secret: REGISTRY_USER
|
from_secret: REGISTRY_USER
|
||||||
REGISTRY_PASSWORD:
|
REGISTRY_PASSWORD:
|
||||||
from_secret: REGISTRY_PASSWORD
|
from_secret: REGISTRY_PASSWORD
|
||||||
|
CLIENT_SECRET_HEADSCALE:
|
||||||
|
from_secret: CLIENT_SECRET_HEADSCALE # Added missing secret
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in New Issue