check size of output before uploading?
This commit is contained in:
@@ -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 ]
|
||||
|
||||
|
Reference in New Issue
Block a user