check size of output before uploading?
This commit is contained in:
parent
c5f933765d
commit
38ccf87415
@ -25,6 +25,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn build
|
- yarn build
|
||||||
|
- ls -al public
|
||||||
|
|
||||||
- name: rsync
|
- name: rsync
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync
|
||||||
@ -39,7 +40,7 @@ steps:
|
|||||||
- .git*
|
- .git*
|
||||||
args: -zr
|
args: -zr
|
||||||
source: ./public
|
source: ./public
|
||||||
target: www/personal-website
|
target: ~/www/personal-website
|
||||||
delete: true
|
delete: true
|
||||||
secrets: [ rsync_key ]
|
secrets: [ rsync_key ]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user