CI + Dev-Workspace: disable automatic rollout and setup new Workspace #145
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ steps:
|
||||||
image: registry.mgrote.net/ansible-devspace:latest
|
image: registry.mgrote.net/ansible-devspace:latest
|
||||||
commands:
|
commands:
|
||||||
# Secrets
|
# Secrets
|
||||||
- echo $${SSHKEY} | base64 -d > ./id_ed25519 # woodpecker verschluckt linebreakes, daher mit base64 -w0 "kodiert"
|
- echo $${SSHKEY} | base64 -d > ./id_ed25519 # woodpecker verschluckt linebreaks, daher mit base64 -w0 "kodiert"
|
||||||
- echo $${VAULTPASS} | base64 -d > ./vault-pass # Name des Secrets in Großschreibung
|
- echo $${VAULTPASS} | base64 -d > ./vault-pass # Name des Secrets in Großschreibung
|
||||||
- chmod 0400 ./id_ed25519
|
- chmod 0400 ./id_ed25519
|
||||||
# Doing
|
# Doing
|
||||||
|
|
Loading…
Reference in a new issue