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
|
||||
image: 'myhugo:0.3'
|
||||
environment:
|
||||
http_user:
|
||||
from_secret: http_user
|
||||
http_pass:
|
||||
from_secret: http_pass
|
||||
http_endpoint:
|
||||
from_secret: http_endpoint
|
||||
HTTP_USER:
|
||||
from_secret: HTTP_USER
|
||||
HTTP_PASS:
|
||||
from_secret: HTTP_PASS
|
||||
HTTP_ENDPOINT:
|
||||
from_secret: HTTP_ENDPOINT
|
||||
commands:
|
||||
- 'hugo'
|
||||
- 'find public -mindepth 1 -not -type d -printf "%P\n" > /tmp/filelist'
|
||||
|
|
Loading…
Reference in a new issue