From e1ea092f7f8c494c16dd6a9879274cabb4fcf02e Mon Sep 17 00:00:00 2001 From: ktyl Date: Tue, 27 Sep 2022 21:28:59 +0100 Subject: [PATCH] use arch image --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index d46f356..fbc4085 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,12 +4,12 @@ name: deploy steps: - name: submodules - image: alpine/git + image: archlinux commands: - git submodule update --init --recursive - name: deploy - image: ubuntu + image: arch environment: HOST: from_secret: host @@ -25,7 +25,7 @@ steps: # install stuff - apt-get update -qq > /dev/null - apt-get install ssh rsync -qq > /dev/null - - apt-get install python3 make -qq > /dev/null + - apt-get install python make -qq > /dev/null # configure ssh - eval $(ssh-agent -s)