Moving app to azure storage (#16)

* Moving app to azure storage

* Moving app to azure storage

* Moving app to azure storage
This commit was merged in pull request #16.
This commit is contained in:
2025-04-19 09:31:58 -05:00
committed by GitHub
parent d2036f14e4
commit a7ffdd0900
10 changed files with 299 additions and 128 deletions

View File

@@ -23,7 +23,7 @@ jobs:
name: build-app
needs:
- changes
uses: ./.github/workflows/app_build.yaml
uses: ./.github/workflows/app_build_deploy.yaml
with:
environment_name: pull_request
version_number: ${{ github.run_id }}