Skip to content

Commit a2a402c

Browse files
Merge pull request #210 from netwrix/add-kb-to-docs
Fix Azure deployment timeout - extend SAS token expiry to 2 hours
2 parents 78ff134 + a95f8d1 commit a2a402c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
echo "Starting high-performance sync of changed files with proper MIME types..."
130130
131131
# Create SAS token for azcopy (using account key)
132-
end_date=$(date -u -d "30 minutes" '+%Y-%m-%dT%H:%MZ')
132+
end_date=$(date -u -d "2 hours" '+%Y-%m-%dT%H:%MZ')
133133
sas_token=$(az storage container generate-sas \
134134
--account-name ${{ secrets.STORAGE_ACCOUNT_NAME }} \
135135
--account-key ${{ secrets.STORAGE_ACCOUNT_KEY }} \

0 commit comments

Comments
 (0)