- step:
name: Publish HTML to Google ucket
script:
- pipe: atlassian/google-cloud-storage-deploy:2.2.0
variables:
KEY_FILE: $XXXXXX
BUCKET: 'XXXXXXXXXXXX'
SOURCE: '.'
DEBUG: 'true'
In my repository, I have multiple file. I would like to publish files with certain extn, e.g. I would like to publish all HTML files from my repository to Google Bucket.
SOURCE: '*.html' -- this is not working