This commit is contained in:
parent
943dcfdd22
commit
f162c21742
1 changed files with 10 additions and 2 deletions
|
@ -2,8 +2,16 @@ pipeline:
|
||||||
deploy:
|
deploy:
|
||||||
image: docker.io/alpine:3.14
|
image: docker.io/alpine:3.14
|
||||||
commands:
|
commands:
|
||||||
- apk add openssh-client-default make bubblewrap
|
- apk add openssh-client-default make bubblewrap git
|
||||||
- pwd
|
- 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:
|
when:
|
||||||
event: push
|
event: push
|
||||||
branch: staging-cd
|
branch: staging-cd
|
||||||
|
|
Loading…
Reference in a new issue