ci: debug ssh-key shell redirect
This commit is contained in:
parent
59b1517150
commit
606141cada
1 changed files with 3 additions and 5 deletions
|
@ -8,11 +8,9 @@ steps:
|
|||
commands:
|
||||
- echo $${VAULTPASS} > ./vault-pass.yml # nach des Secret in Großschreibung
|
||||
- ansible-galaxy install -r requirements.yaml
|
||||
- echo $${SSHKEY} > id_ed25519
|
||||
- chmod 0400 id_ed25519
|
||||
- echo "---"
|
||||
- cat id_ed25519
|
||||
- echo "---"
|
||||
- echo $${SSHKEY} > ./id_ed25519
|
||||
- chmod 0400 ./id_ed25519
|
||||
- echo "$(<./id_ed25519 )"
|
||||
- ansible-playbook playbooks/2_all.yml playbooks/3_service/* --limit production
|
||||
# https://woodpecker-ci.org/docs/usage/secrets#use-secrets-in-commands
|
||||
secrets: [vaultpass, sshkey]
|
||||
|
|
Loading…
Reference in a new issue