Update woodpecker.yml

This commit is contained in:
Keannu Bernasol 2023-12-04 19:54:48 +08:00
parent d46c84355c
commit 9049ffb0eb
2 changed files with 2 additions and 2 deletions

View file

@ -8,10 +8,10 @@ steps:
- name: copy
image: alpine
commands:
- echo "$TEST"
- echo $TEST
- apk add --no-cache openssh-client
- 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
- scp -r dist/* username@10.0.10.4:/mnt/sda1/projects/equipment_tracker_frontend

0
test
View file