Switch back to Ubuntu for CI again
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kayomn 2023-08-19 21:14:04 +01:00
parent c1a93a7a06
commit c63ef6ea57
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ steps:
command: ["build"]
- name: deploy
image: alpine:latest
image: ubuntu:latest
environment:
HOST:
@ -26,8 +26,8 @@ steps:
- main
commands:
- apk update
- apk add openssh rsync
- apt-get update
- apt-get install ssh rsync
- eval $(ssh-agent -s)
- mkdir -p ~/.ssh
- echo "$SSH_KEY" > ~/.ssh/id_rsa