9 Commits

Author SHA1 Message Date
48b09cb696 Merge branch 'main' into feature/1-add-projects-and-about-pages 2025-02-23 20:50:52 +00:00
999c691fb5 adding github workflows 2025-02-23 14:49:18 -06:00
941627b0bd adding github workflows 2025-02-23 14:36:55 -06:00
19eb459c48 updating terraform 2025-02-23 14:16:06 -06:00
335556e7fe updating terraform 2025-02-23 14:03:21 -06:00
fd5dcf5756 adding project page 2025-02-17 07:52:50 -06:00
f6daf6e7d3 Merging in main 2025-02-11 20:26:52 -06:00
0076d56475 adding projects page 2025-02-11 20:26:20 -06:00
9c8468eca8 adding api 2025-02-10 18:55:08 -06:00
4 changed files with 4 additions and 3 deletions

View File

@@ -64,6 +64,6 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
push: true push: true
tags: noahspan/flying-api:${{ inputs.version_number }} tags: noahspan/root-api:${{ inputs.version_number }}
context: . context: .
target: api target: api

View File

@@ -65,6 +65,6 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
push: true push: true
tags: noahspan/flying-app:${{ inputs.version_number }} tags: noahspan/root-app:${{ inputs.version_number }}
context: . context: .
target: app target: app

View File

@@ -32,4 +32,4 @@ jobs:
with: with:
azcliversion: latest azcliversion: latest
inlineScript: | inlineScript: |
az containerapp update --name ${{ inputs.app_name }}-${{ inputs.environment_name }} --resource-group noahspan-flying --image docker.io/noahspan/${{ inputs.app_name }}:${{ inputs.version_number }} az containerapp update --name ${{ inputs.app_name }}-${{ inputs.environment_name }} --resource-group noahspan-root --image docker.io/noahspan/${{ inputs.app_name }}:${{ inputs.version_number }}

1
.npmrc Normal file
View File

@@ -0,0 +1 @@
inject-workspace-packages=true