diff --git a/.woodpecker.yml b/.woodpecker.yml index 281cf11..377a427 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,7 +9,6 @@ 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