Merge pull request #6135 from mattfarina/sync-KEYS

Uploading KEYS file to azure along with dist files
pull/6138/head
Matt Farina 6 years ago committed by GitHub
commit a6967910cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -75,3 +75,6 @@ ${HOME}/google-cloud-sdk/bin/gsutil cp ./_dist/* "gs://${PROJECT_NAME}"
echo "Pushing binaries to Azure"
az storage blob upload-batch -s _dist/ -d "$AZURE_STORAGE_CONTAINER_NAME" --pattern 'helm-*' --connection-string "$AZURE_STORAGE_CONNECTION_STRING"
echo "Pushing KEYS file to Azure"
az storage blob upload -f "KEYS" -n "KEYS" -c "$AZURE_STORAGE_CONTAINER_NAME" --connection-string "$AZURE_STORAGE_CONNECTION_STRING"
Loading…
Cancel
Save