mirror of
https://github.com/lemeow125/Notes.git
synced 2024-11-17 04:09:26 +08:00
Update .woodpecker.yml
This commit is contained in:
parent
a2fdb31bf8
commit
ca47d78c73
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ steps:
|
|||
- apk add --no-cache openssh-client
|
||||
- mkdir -p /root/.ssh/
|
||||
- echo "$SSH_KEY" | tr -d '\r' > /root/.ssh/id_rsa
|
||||
- chmod 600 /root/.ssh/id_rsa
|
||||
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > /root/.ssh/config
|
||||
- npm install
|
||||
- npm run build
|
||||
|
|
Loading…
Reference in a new issue