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.
2 parents 78ff134 + a95f8d1 commit a2a402cCopy full SHA for a2a402c
.github/workflows/build-and-deploy.yml
@@ -129,7 +129,7 @@ jobs:
129
echo "Starting high-performance sync of changed files with proper MIME types..."
130
131
# Create SAS token for azcopy (using account key)
132
- end_date=$(date -u -d "30 minutes" '+%Y-%m-%dT%H:%MZ')
+ end_date=$(date -u -d "2 hours" '+%Y-%m-%dT%H:%MZ')
133
sas_token=$(az storage container generate-sas \
134
--account-name ${{ secrets.STORAGE_ACCOUNT_NAME }} \
135
--account-key ${{ secrets.STORAGE_ACCOUNT_KEY }} \
0 commit comments