Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is failing Details

ServeurDeTest
Pascal LAFOURCADE 2 years ago
parent 6097aa68ee
commit 79f5fda323

@ -9,4 +9,11 @@ steps:
- name: start - name: start
image: monachus/hugo image: monachus/hugo
commands: commands:
- npm install # - npm install
before_script:
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s)
- ssh-add <(echo "$ssh_private_key")
- mkdir -p ~/.ssh
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'

Loading…
Cancel
Save