Update directories in woodpecker.yml

This commit is contained in:
Keannu Bernasol 2024-07-24 22:13:15 +08:00
parent e515e7ab5d
commit 91446549c7

View file

@ -10,8 +10,8 @@ steps:
- 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
- ssh root@10.0.10.4 'rm -rf /mnt/sda1/www/equipment_tracker_frontend/*' - ssh root@10.0.10.4 'rm -rf /mnt/nvme/www/equipment_tracker_frontend/*'
- scp -r dist/* root@10.0.10.4:/mnt/sda1/files/equipment_tracker_frontend - scp -r dist/* root@10.0.10.4:/mnt/nvme/www/equipment_tracker_frontend
when: when:
- branch: master - branch: master
- event: push - event: push