Skip to content

Commit 13a0227

Browse files
committed
s
1 parent 68f023f commit 13a0227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gzip $FILENAME-$DATETIME.sql
2424

2525
ls -la
2626

27-
azure storage blob upload $FILENAME-$DATETIME.sql.gz $CONTAINER
27+
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'
2828

2929
if [ "$?" != "0" ]; then
3030
exit 1

0 commit comments

Comments
 (0)