diff --git a/.github/workflows/app_build_deploy.yaml b/.github/workflows/app_build_deploy.yaml
index 322393d..27fcbe3 100644
--- a/.github/workflows/app_build_deploy.yaml
+++ b/.github/workflows/app_build_deploy.yaml
@@ -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
diff --git a/app/src/components/projects/Projects.tsx b/app/src/components/projects/Projects.tsx
index 6198d82..c0da709 100644
--- a/app/src/components/projects/Projects.tsx
+++ b/app/src/components/projects/Projects.tsx
@@ -233,7 +233,7 @@ const Projects = () => {
- Loading projects...
+ Loading projects slowly...
>
)}