summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index d601a83..1aeada6 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -5,11 +5,11 @@ name: default
steps:
- name: build
- image: alpine
+ image: fedora:39
commands:
- - apk add git nodejs npm go
+ - yum install git nodejs npm go
- sh compile.sh
- - apk add rsync openssh
+ - yum install rsync openssh
- sh deploy.sh
environment:
RSYNC_DESTINATION: