summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index f9a4320..c13bffb 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -10,6 +10,10 @@ steps:
volumes:
- name: public
path: /public
+ - name: ssh
+ path: /.ssh
+ environment:
+ GIT_SSH_COMMAND: "ssh -i /.ssh/id_ed25519 -o IdentitiesOnly=yes"
commands:
- cd /public
- apk add git openssh
@@ -21,3 +25,7 @@ volumes:
- name: public
host:
path: /var/www/qugalet
+
+ - name: ssh
+ host:
+ path: /root/.ssh