fix ssh key deployment
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ef92d1ef9f
commit
b7a46cb96e
@ -28,7 +28,7 @@
|
||||
content: "{{ __droneci_autoscaler_sshkey }}"
|
||||
dest: "{{ __droneci_autoscaler_workdir }}/ssh_key"
|
||||
mode: 0600
|
||||
when: __droneci_autoscaler_sshkey | legth > 0
|
||||
when: __droneci_autoscaler_sshkey | length > 0
|
||||
no_log: True
|
||||
|
||||
- name: Generate SSH key pair if missing
|
||||
|
Loading…
Reference in New Issue
Block a user