Update .woodpecker.yml

This commit is contained in:
Keannu Bernasol 2024-10-16 15:20:29 +08:00
parent 4d41aefe3e
commit a2fdb31bf8

View file

@ -9,7 +9,6 @@ steps:
- apk add --no-cache openssh-client - apk add --no-cache openssh-client
- mkdir -p /root/.ssh/ - mkdir -p /root/.ssh/
- echo "$SSH_KEY" | tr -d '\r' > /root/.ssh/id_rsa - 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 - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > /root/.ssh/config
- npm install - npm install
- npm run build - npm run build