diff options
-rw-r--r-- | .drone.yml | 6 | ||||
-rw-r--r-- | go.mod | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -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: @@ -1,3 +1,3 @@ module tilde.club/~simponic -go 1.21.8 +go 1.21.5 |