mkdir before rsync
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
John Shaver 2021-06-20 14:17:19 -07:00
parent 93c01754b8
commit 8f86cb49eb

View file

@ -26,6 +26,7 @@ steps:
from_secret: deploy-key
source: ./
target: /var/www/jshaver_net/stage/${DRONE_BRANCH}/resume
prescript: mkdir -p /var/www/jshaver_net/stage/${DRONE_BRANCH}/resume
recursive: true
args:
- "--files-from=deploy-list.txt"