api no longer fails when no pilots or logbook entries

This commit is contained in:
2024-12-01 13:23:36 -06:00
parent 135e536b0f
commit e7f37ce89a
2 changed files with 2 additions and 2 deletions

View File

@@ -59,4 +59,4 @@ jobs:
- name: Update Container App
run: |
az container app update --name flying-api --resource-group noahspan --image docker.io/noahspan/flying-api:${{ github.run_id }}
az containerapp update --name flying-api --resource-group noahspan --image docker.io/noahspan/flying-api:${{ github.run_id }}