Skip to content

Commit

Permalink
Merge pull request #127 from ombori/DEVOPS-23-v2
Browse files Browse the repository at this point in the history
Disable cache
  • Loading branch information
gaboraszt authored Feb 15, 2024
2 parents 8502406 + fb7aec4 commit 19b5903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions azure-templates/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ jobs:
--destination '$web' \
--account-name 'omggriddocsdev' \
--account-key $(GRID_DOCS_DEV_ACCESS_KEY) \
--content-cache-control 'no-cache' \
--overwrite
1 change: 1 addition & 0 deletions azure-templates/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ jobs:
--destination '$web' \
--account-name 'omggriddocsprod' \
--account-key $(GRID_DOCS_PROD_ACCESS_KEY) \
--content-cache-control 'no-cache' \
--overwrite

0 comments on commit 19b5903

Please sign in to comment.