summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 4e26d9f..3c4a2f0 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -9,8 +9,14 @@ steps:
HUGO_ENVIRONMENT: production
HUGO_ENV: production
-- name: deploy
- image: nginx
+- name: push
+ image: debian:bookworm-slim
+ environment:
+ GIT_PUB:
+ from_secret: GIT_SSH_PUBLIC
+ GIT_SEC:
+ from_secret: GIT_SSH_PRIVATE
commands:
- - mv public /usr/share/nginx/html
+ - apt-get install git -y
+ - ls