Fix drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Nicolas Duhamel 2021-10-31 23:26:39 +01:00
parent 56a5acffdf
commit 2acefcecfa

View File

@ -3,13 +3,6 @@ type: docker
name: default name: default
steps: steps:
- name: env
image: docker
environment:
PASSWORD:
from_secret: ssh_password
commands:
- env
- name: Build - name: Build
image: python image: python
commands: commands:
@ -24,10 +17,8 @@ steps:
host: host:
- gavarni.jombi.fr - gavarni.jombi.fr
user: citadel user: citadel
password: key:
from_secret: password from_secret: ssh_key
# key:
# from_secret: ssh_key
port: 22 port: 22
command_timeout: 2m command_timeout: 2m
target: /home/citadel target: /home/citadel