Feature/15 move app to azure storage cdn (#18)

* Moving app to azure storage

* Moving app to azure storage

* Moving app to azure storage

* Moving app to azure storage

* Moving app to azure storage

* Moving app to azure storage

* Moving app to azure storage
This commit was merged in pull request #18.
This commit is contained in:
2025-04-19 09:57:04 -05:00
committed by GitHub
parent d6a796fe5a
commit 9f18936468
2 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ jobs:
uses: azure/CLI@v1
with:
inlineScript: |
az storage blob upload-batch --account-name ${{ vars.AZURE_STORAGE_ACCOUNT_NAME }} --auth-mode key -d '$web' -s ./dist
az storage blob upload-batch --account-name ${{ vars.AZURE_STORAGE_ACCOUNT_NAME }} --auth-mode key -d '$web' -s ./app/dist
# - name: Purge CDN endpoint
# if: ${{ inputs.environment_name != 'pull_request' }}
@@ -70,7 +70,7 @@ jobs:
# inlineScript: |
# az cdn endpoint purge --content-paths "/*" --profile-name "CDN_PROFILE_NAME" --name "CDN_ENDPOINT" --resource-group "RESOURCE_GROUP"
- name: logout
- name: Azure CLI logout
if: ${{ inputs.environment_name != 'pull_request' }}
run: |
az logout

View File

@@ -233,7 +233,7 @@ const Projects = () => {
<Spinner />
</Grid>
<Grid display="flex" justifyContent="center" size={12}>
Loading projects...
Loading projects slowly...
</Grid>
</>
)}