update delpoy location
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
John Shaver 2021-06-20 21:17:14 -07:00
parent 400bb3eab5
commit cce0e0d08b

View file

@ -13,7 +13,6 @@ steps:
- npm ci
- npm test
---
kind: pipeline
@ -21,10 +20,11 @@ type: docker
name: deploy-staging
trigger:
branch:
- stage
event:
- push
branch:
exclude:
- master
steps:
- name: deploy
@ -36,7 +36,7 @@ steps:
key:
from_secret: deploy-key
source: ./
target: /var/www/jshaver_net/stage
target: /var/www/jshaver_net/stage/${DRONE_BRANCH}/
recursive: true
args:
- "--files-from=deploy-list.txt"