We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f023f commit 13a0227Copy full SHA for 13a0227
backup.sh
@@ -24,7 +24,7 @@ gzip $FILENAME-$DATETIME.sql
24
25
ls -la
26
27
-azure storage blob upload $FILENAME-$DATETIME.sql.gz $CONTAINER
+azure storage blob upload $FILENAME-$DATETIME.sql.gz $CONTAINER -c 'DefaultEndpointsProtocol=https;BlobEndpoint=https://$AZURE_STORAGE_ACCOUNT.blob.core.windows.net/;AccountName=$AZURE_STORAGE_ACCOUNT;AccountKey=AZURE_STORAGE_ACCESS_KEY'
28
29
if [ "$?" != "0" ]; then
30
exit 1
0 commit comments