From 45eed4407d47b587c82e4bda6b2a0ea32a337a02 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 12 Sep 2024 10:28:59 +0200 Subject: [PATCH] introducing .drone file --- .drone.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..103bed4 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,23 @@ +--- +kind: pipeline +type: ssh +name: default + +clone: + disable: true + +server: + host: + from_secret: ssh_host + user: + from_secret: ssh_user + password: + from_secret: ssh_password +steps: + - name: Deploiement + environment: + PROJECT_SERVER_PATH: + from_secret: project_server_path + commands: + - git clone https://git.deligraph.be/Antoine/lhoist-stay-safe.git + - pwd