use arch image
continuous-integration/drone/push Build is failing Details

This commit is contained in:
ktyl 2022-09-27 21:28:59 +01:00
parent 3a8577db93
commit e1ea092f7f
1 changed files with 3 additions and 3 deletions

View File

@ -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)