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