Skip to content

Commit

Permalink
chore: removed vercel file
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Dec 4, 2024
1 parent 3cef087 commit 9c9eb25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ on:

env:
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
NODE_VERSION: '20.x' # set this to the node version to use (supports 8.x, 10.x, 12.x)
NODE_VERSION: '20.x'

jobs:
build:
# environment: ${{ github.ref == 'refs/heads/main' && 'main' || 'development' }}

runs-on: windows-latest
steps:
- name: 'Checkout GitHub Action'
Expand Down Expand Up @@ -54,11 +52,6 @@ jobs:
id-token: write

steps:
- uses: oven-sh/setup-bun@v2

- name: install CLI
run: bun add azure-functions-core-tools

- name: Generate local.settings.json
env:
GITHUB_SECRETS: ${{ toJson(secrets) }}
Expand Down Expand Up @@ -95,6 +88,7 @@ jobs:
done
# Output the final settings to local.settings.json
echo "$settings"
echo "$settings" | jq '.' > local.settings.json
- uses: azure/login@v2
Expand All @@ -115,8 +109,6 @@ jobs:
--settings @local.settings.json
deploy:
# environment: ${{ github.ref == 'refs/heads/main' && 'main' || 'development' }}

runs-on: windows-latest
needs: build

Expand Down
3 changes: 0 additions & 3 deletions vercel.json

This file was deleted.

0 comments on commit 9c9eb25

Please sign in to comment.