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