mirror of
https://github.com/lemeow125/EquipmentTracker-Frontend.git
synced 2024-11-17 06:09:25 +08:00
Update woodpecker.yml
This commit is contained in:
parent
7a6c5f3a32
commit
8add5863b4
1 changed files with 1 additions and 2 deletions
|
@ -10,9 +10,8 @@ steps:
|
|||
commands:
|
||||
- apk add --no-cache openssh-client
|
||||
- mkdir -p /root/.ssh/
|
||||
- echo "$SSH_KEY"
|
||||
- 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/* root@10.0.10.4:/mnt/sda1/projects/equipment_tracker_frontend
|
||||
- scp -r dist/* root@10.0.10.4:/mnt/sda1/files/projects/equipment_tracker_frontend
|
||||
secrets: [SSH_KEY]
|
||||
|
|
Loading…
Reference in a new issue