„.drone.yml“ ändern
continuous-integration/drone/push Build is failing Details

main
michael 1 year ago
parent 4ed454f3a4
commit 2125c21ad7

@ -23,7 +23,8 @@ steps:
- name: serve - name: serve
image: python:3.7-alpine image: python:3.7-alpine
environment: environment:
- SSH_KEY: ${SSH_KEY} SSH_KEY:
from_secret: SSH_KEY
commands: commands:
- apk add unzip wget make git curl - apk add unzip wget make git curl
- mkdir /root/.ssh && echo "$SSH_KEY" > /root/.ssh/id_rsa && chmod 0600 /root/.ssh/id_rsa - mkdir /root/.ssh && echo "$SSH_KEY" > /root/.ssh/id_rsa && chmod 0600 /root/.ssh/id_rsa

Loading…
Cancel
Save