update delpoy location
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
400bb3eab5
commit
cce0e0d08b
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue