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