Nx plugin for deploy your app to Cloud Storage.
npm install -D @nx-extend/gcp-storage
name | type | default | description |
---|---|---|---|
bucket | string | What bucket to upload to | |
directory | string | / |
What directory of the apps dist folder to upload |
gzip | boolean | false | Use gzip when uploading |
gzipExtensions | string | For what extensions to use gzip |