Moving app to azure storage

This commit is contained in:
2025-04-19 12:08:34 -05:00
parent 01e180e8f3
commit b2bd0de4dc
6 changed files with 22 additions and 70 deletions

View File

@@ -24,7 +24,7 @@ jobs:
needs:
- changes
- build-api
uses: ./.github/workflows/deploy.yaml
uses: ./.github/workflows/api_deploy.yaml
with:
app_name: root-api
environment_name: test
@@ -33,23 +33,11 @@ jobs:
build-deploy-app:
if: ${{ needs.changes.outputs.app == 'true' }}
name: build-app
name: build-deploy-app
needs:
- changes
uses: ./.github/workflows/app_build_deploy.yaml
with:
environment_name: test
version_number: ${{ github.run_id }}
secrets: inherit
# deploy-app:
# name: deploy-app
# needs:
# - changes
# - build-app
# uses: ./.github/workflows/deploy.yaml
# with:
# app_name: root-app
# environment_name: test
# version_number: ${{ github.run_id }}
# secrets: inherit