Feature/33 api fails when no pilots or logbook entries #35
2
.github/workflows/api.yaml
vendored
2
.github/workflows/api.yaml
vendored
@@ -59,4 +59,4 @@ jobs:
|
||||
|
||||
- name: Update Container App
|
||||
run: |
|
||||
az container app update --name flying-api --resource-group noahspan --image noahspan-flying:${{ github.run_id }}
|
||||
az container app update --name flying-api --resource-group noahspan --image docker.io/noahspan/flying-api:${{ github.run_id }}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "api",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "",
|
||||
"author": "",
|
||||
"private": true,
|
||||
|
||||
Reference in New Issue
Block a user