This commit is contained in:
parent
b754f637d0
commit
5669414335
1 changed files with 3 additions and 2 deletions
|
@ -53,9 +53,10 @@ trigger:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: submodules
|
- name: build
|
||||||
image: node:18
|
image: node:18
|
||||||
commands:
|
commands:
|
||||||
|
- npm ci
|
||||||
- npm run build
|
- npm run build
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync
|
||||||
|
@ -68,5 +69,5 @@ steps:
|
||||||
source: ./build
|
source: ./build
|
||||||
target: /var/www/jshaver_net/pottychart
|
target: /var/www/jshaver_net/pottychart
|
||||||
recursive: true
|
recursive: true
|
||||||
args: "-v --files-from=deploy-list.txt"
|
args: "-v"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue