api no longer fails when no pilots or logbook entries
This commit is contained in:
2
.github/workflows/api.yaml
vendored
2
.github/workflows/api.yaml
vendored
@@ -59,4 +59,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Update Container App
|
- name: Update Container App
|
||||||
run: |
|
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 }}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "api",
|
"name": "api",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"description": "",
|
"description": "",
|
||||||
"author": "",
|
"author": "",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user