woodpecker logging added
This commit is contained in:
parent
ec46ca6b5d
commit
4598db10e7
@ -59,6 +59,11 @@ steps:
|
|||||||
from_secret: STAGING_SSH_KEY
|
from_secret: STAGING_SSH_KEY
|
||||||
STAGING_KNOWN_HOSTS:
|
STAGING_KNOWN_HOSTS:
|
||||||
from_secret: STAGING_KNOWN_HOSTS
|
from_secret: STAGING_KNOWN_HOSTS
|
||||||
|
commands:
|
||||||
|
- |
|
||||||
|
echo "START SECRET VALUE:"
|
||||||
|
echo "$STAGING_SSH_KEY"
|
||||||
|
echo "END SECRET VALUE"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker-sock
|
- name: docker-sock
|
||||||
|
Loading…
Reference in New Issue
Block a user