From 999c691fb5d8d20564bc74abe1c34d88e12057e3 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sun, 23 Feb 2025 14:49:18 -0600 Subject: [PATCH] adding github workflows --- .github/workflows/api_build.yaml | 2 +- .github/workflows/app_build.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- .npmrc | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .npmrc diff --git a/.github/workflows/api_build.yaml b/.github/workflows/api_build.yaml index f76b078..94849a9 100644 --- a/.github/workflows/api_build.yaml +++ b/.github/workflows/api_build.yaml @@ -64,6 +64,6 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: noahspan/flying-api:${{ inputs.version_number }} + tags: noahspan/root-api:${{ inputs.version_number }} context: . target: api diff --git a/.github/workflows/app_build.yaml b/.github/workflows/app_build.yaml index 5cc19da..ac0900a 100644 --- a/.github/workflows/app_build.yaml +++ b/.github/workflows/app_build.yaml @@ -65,6 +65,6 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: noahspan/flying-app:${{ inputs.version_number }} + tags: noahspan/root-app:${{ inputs.version_number }} context: . target: app diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 012e7c9..e46bd22 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -32,4 +32,4 @@ jobs: with: azcliversion: latest 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 }} \ No newline at end of file + az containerapp update --name ${{ inputs.app_name }}-${{ inputs.environment_name }} --resource-group noahspan-root --image docker.io/noahspan/${{ inputs.app_name }}:${{ inputs.version_number }} \ No newline at end of file diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..e5a8980 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +inject-workspace-packages=true \ No newline at end of file