check size of output before uploading?

This commit is contained in:
Chuck Dries 2022-07-10 13:06:44 -07:00
parent c5f933765d
commit 38ccf87415
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6

View File

@ -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 ]