Fix the wrong pathing

This commit is contained in:
Cody Cook 2019-06-12 15:01:51 -07:00
commit 6b6fcbd9a9

View file

@ -8,8 +8,8 @@ push_to_prod:
script:
- whoami
- cp etc/frontview/support/rr4360psu.sh /home/cody/web/ntgr.support/public_html/scripts/readynas_os_6/rr4360psu.sh
- cp etc/frontview/support/rr4360psu.service /home/cody/web/ntgr.support/public_html/scripts/readynas_os_6/rr4360psu.service
- cp etc/frontview/support/rr4360psu.timer /home/cody/web/ntgr.support/public_html/scripts/readynas_os_6/rr4360psu.timer
- cp etc/systemd/system/multi-user.target.wants/rr4360psu.service /home/cody/web/ntgr.support/public_html/scripts/readynas_os_6/rr4360psu.service
- cp etc/systemd/system/multi-user.target.wants/rr4360psu.timer /home/cody/web/ntgr.support/public_html/scripts/readynas_os_6/rr4360psu.timer
- cp rr4360psu_install.sh /home/cody/web/ntgr.support/public_html/scripts/readynas_os_6/rr4360psu_install.sh
only:
- master@readynas-scripts/4360psufix.sh