renaming app directory

This commit is contained in:
2025-02-23 15:10:27 -06:00
parent e55f61c7fa
commit 1813a87194

View File

@@ -26,7 +26,7 @@ jobs:
- build-api
uses: ./.github/workflows/deploy.yaml
with:
app_name: flying-api
app_name: root-api
environment_name: test
version_number: ${{ github.run_id }}
secrets: inherit
@@ -49,7 +49,7 @@ jobs:
- build-app
uses: ./.github/workflows/deploy.yaml
with:
app_name: flying-app
app_name: root-app
environment_name: test
version_number: ${{ github.run_id }}
secrets: inherit