This commit is contained in:
parent
6c747b1e90
commit
21068db339
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ pipeline:
|
||||||
- mkdir -p /root/.ssh
|
- mkdir -p /root/.ssh
|
||||||
- echo "$SSH_KEY" > /root/.ssh/id_25519
|
- echo "$SSH_KEY" > /root/.ssh/id_25519
|
||||||
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > /root/.ssh/config
|
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > /root/.ssh/config
|
||||||
secrets: [ ssh-key ]
|
secrets: [ ssh_key ]
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
image: archlinux
|
image: archlinux
|
||||||
|
|
Loading…
Reference in a new issue