woodpecker: intentar hacer deploy
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
Cat /dev/Nulo 2021-09-14 20:54:28 -03:00
parent 943dcfdd22
commit f162c21742

View file

@ -2,8 +2,16 @@ pipeline:
deploy:
image: docker.io/alpine:3.14
commands:
- apk add openssh-client-default make bubblewrap
- pwd
- apk add openssh-client-default make bubblewrap git
- test "$(pwd)" = /drone/src/gitea.nulo.in/Sutty/sutty
- git clone https://gitea.nulo.in/Sutty/haini.sh /drone/src/gitea.nulo.in/Sutty/haini.sh
- mkdir ~/.ssh/
- echo $${SSH_KEY} > ~/.ssh/id_ed25519
- make bundle
- make yarn
- make ota-js
secrets:
- ssh_key
when:
event: push
branch: staging-cd