Include woodpecker ci provisioning

This commit is contained in:
Sonny Bakker 2025-04-27 18:07:24 +02:00
parent 0d7666185c
commit 295f497bcf
6 changed files with 140 additions and 2 deletions

View file

@ -24,6 +24,6 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Frame-Options SAMEORIGIN;
proxy_pass http://{{ woodpecker_ip }}:{{ woodpecker_port }};
proxy_pass http://{{ woodpecker_ip }}:{{ woodpecker_app_port }};
}
}