Updating terraform

This commit is contained in:
2025-02-23 21:34:38 -06:00
parent 247e76038e
commit 40bbffdf94
2 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- build-api
uses: ./.github/workflows/deploy.yaml
with:
app_name: flying-api
app_name: root-api
environment_name: prod
version_number: ${{ github.ref_name }}
secrets: inherit
@@ -38,7 +38,7 @@ jobs:
- build-app
uses: ./.github/workflows/deploy.yaml
with:
app_name: flying-app
app_name: root-app
environment_name: prod
version_number: ${{ github.ref_name }}
secrets: inherit