Switch back to Ubuntu for CI again
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
c1a93a7a06
commit
c63ef6ea57
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue