Edit woodpecker ci secrets
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
This commit is contained in:
parent
96c94634a6
commit
2ae4d60221
|
@ -5,12 +5,12 @@ steps:
|
||||||
event: push
|
event: push
|
||||||
image: 'myhugo:0.3'
|
image: 'myhugo:0.3'
|
||||||
environment:
|
environment:
|
||||||
http_user:
|
HTTP_USER:
|
||||||
from_secret: http_user
|
from_secret: HTTP_USER
|
||||||
http_pass:
|
HTTP_PASS:
|
||||||
from_secret: http_pass
|
from_secret: HTTP_PASS
|
||||||
http_endpoint:
|
HTTP_ENDPOINT:
|
||||||
from_secret: http_endpoint
|
from_secret: HTTP_ENDPOINT
|
||||||
commands:
|
commands:
|
||||||
- 'hugo'
|
- 'hugo'
|
||||||
- 'find public -mindepth 1 -not -type d -printf "%P\n" > /tmp/filelist'
|
- 'find public -mindepth 1 -not -type d -printf "%P\n" > /tmp/filelist'
|
||||||
|
|
Loading…
Reference in a new issue