This commit is contained in:
parent
943dcfdd22
commit
f162c21742
1 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue