summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-10 01:11:41 -0700
committerLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-10 01:11:41 -0700
commitd5398d8ce6152f2f15b6c58a7fe44209d947027c (patch)
treed9749b41a3e840e2f649bcd0fee5fffc61a69676 /.drone.yml
parent3a16ac46a84a905f4101b0cf1a8b7eebfb0f5999 (diff)
downloadtilde.club-d5398d8ce6152f2f15b6c58a7fe44209d947027c.tar.gz
tilde.club-d5398d8ce6152f2f15b6c58a7fe44209d947027c.zip
decrement go again and use fedora to compile
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: