deploy with ubuntu
This commit is contained in:
parent
3857143732
commit
0e8d94ae09
|
@ -26,7 +26,7 @@ steps:
|
||||||
- make all
|
- make all
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: archlinux
|
image: ubuntu
|
||||||
environment:
|
environment:
|
||||||
HOST:
|
HOST:
|
||||||
from_secret: host
|
from_secret: host
|
||||||
|
@ -40,8 +40,8 @@ steps:
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
# install deps
|
# install deps
|
||||||
- pacman -Sy --noconfirm > /dev/null
|
- apt-get update -qq > /dev/null
|
||||||
- pacman -S --noconfirm openssh rsync > /dev/null
|
- apt-get install ssh rsync -qq > /dev/null
|
||||||
|
|
||||||
# configure ssh
|
# configure ssh
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
|
|
Loading…
Reference in New Issue