du instead of ls

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

View File

@ -25,7 +25,7 @@ steps:
commands:
- yarn install
- yarn build
- ls -al public
- du -sh public
- name: rsync
image: drillster/drone-rsync