Update .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
colin 2025-02-02 19:19:28 -05:00
parent a3e61024fb
commit 91961617e9
1 changed files with 1 additions and 3 deletions

View File

@ -101,7 +101,7 @@ steps:
branch: main branch: main
event: [push, cron] event: [push, cron]
# Deploy Production (Now Includes `CLIENT_SECRET_HEADSCALE`) # Deploy Production
deploy-production: deploy-production:
name: deploy-production name: deploy-production
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
@ -110,8 +110,6 @@ 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: