From 952b9a806b49f9c05b56c0bef234e6b2c5d3701c Mon Sep 17 00:00:00 2001 From: noahspannbauer Date: Sun, 23 Nov 2025 11:18:01 -0600 Subject: [PATCH] 96 switch from azure table storage to sqlite (#100) * adding typeorm to api * switching to sqlite * switching to sqlite * switching to sqlite * migrating to sqlite * updating terraform * updating infrastructure * updating infrastructure * updating infrastructure * updating infrastructure * updating infrastructure * updating infrastructure * updating infrastructure --- .github/workflows/build.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c469f8d..bec2711 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -60,4 +60,3 @@ jobs: push: true tags: noahspan/flying:${{ inputs.version_number }} context: . - target: api