Moving app to azure storage
This commit is contained in:
16
.github/workflows/main.yaml
vendored
16
.github/workflows/main.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user