deploy with ubuntu
continuous-integration/drone/push Build is passing Details

This commit is contained in:
ktyl 2022-09-27 22:40:49 +01:00
parent 3857143732
commit 42033294db
1 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ steps:
- make all
- name: deploy
image: archlinux
image: ubuntu
environment:
HOST:
from_secret: host
@ -40,8 +40,8 @@ steps:
commands:
# install deps
- pacman -Sy --noconfirm > /dev/null
- pacman -S --noconfirm openssh rsync > /dev/null
- apt-get update -qq > /dev/null
- apt-get install ssh rsync -qq > /dev/null
# configure ssh
- eval $(ssh-agent -s)