switching to sqlite

This commit is contained in:
2025-08-20 21:04:32 -05:00
parent e1605992b0
commit ab304a469b
20 changed files with 231 additions and 232 deletions

View File

@@ -19,17 +19,17 @@ jobs:
version_number: ${{ github.run_id }}
secrets: inherit
deploy-api:
name: deploy-api
needs:
- changes
- build-api
uses: ./.github/workflows/deploy.yaml
with:
app_name: flying-api
environment_name: test
version_number: ${{ github.run_id }}
secrets: inherit
# deploy-api:
# name: deploy-api
# needs:
# - changes
# - build-api
# uses: ./.github/workflows/deploy.yaml
# with:
# app_name: flying-api
# environment_name: test
# version_number: ${{ github.run_id }}
# secrets: inherit
build-app:
if: ${{ needs.changes.outputs.app == 'true' }}
@@ -42,14 +42,14 @@ jobs:
version_number: ${{ github.run_id }}
secrets: inherit
deploy-app:
name: deploy-app
needs:
- changes
- build-app
uses: ./.github/workflows/deploy.yaml
with:
app_name: flying-app
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: flying-app
# environment_name: test
# version_number: ${{ github.run_id }}
# secrets: inherit