drone.yml scp syntax change -r not -R
continuous-integration/drone/push Build is passing Details

This commit is contained in:
terris Station 2019-12-10 17:48:58 -05:00
parent 7961650ff4
commit 2e8e2de23a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ steps:
- name: mkdocs build&deploy
commands:
- mkdocs build
- scp -R substation/ /home/terris/public_html/substation
- scp -r substation/ /home/terris/public_html/substation
trigger:
branch: