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