Skip to main content

Google Cloud Storage Target

Uploads your repositories to a Google Cloud Storage bucket.

Environment variables

NameDescription
GOOGLE_APPLICATION_CREDENTIALSThe location of a credential JSON file used to authenticate to GCS.

Configuration

NameDescription
typeMust be gcs.
bucketStorage bucket name.
folderThe folder to store your artifacts in. Defaults to the bucket root.
urlThe public URL of your bucket. Defaults to https://storage.googleapis.com/{bucket}.

Example

target:
type: gcs
bucket: my-bucket
folder: my-folder
url: https://downloads.example.com