From 39042b2cfbb8a1c315c446069088cb2fe7cc081a Mon Sep 17 00:00:00 2001 From: Jens Krumsieck Date: Wed, 18 Dec 2024 15:49:51 +0100 Subject: [PATCH] remove vercel --- .github/workflows/deploy.yml | 26 -------------------------- vercel.json | 6 ------ 2 files changed, 32 deletions(-) delete mode 100644 .github/workflows/deploy.yml delete mode 100644 vercel.json diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index cdd8f54..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Deploy on Vercel - -on: - push: - branches: [ master ] -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Setup .NET - uses: actions/setup-dotnet@v1 - with: - dotnet-version: 6.0.x - - name: publish - run: | - cd CHN.Blazor - dotnet publish -c Release - - uses: amondnet/vercel-action@v20.0.0 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - vercel-token: ${{ secrets.VERCEL_TOKEN }} - vercel-org-id: ${{ secrets.ORGID}} - vercel-project-id: ${{ secrets.PROJECTID}} - vercel-args: '--prod --confirm' - working-directory: ./CHN.Blazor/bin/Release/net6.0/publish/wwwroot diff --git a/vercel.json b/vercel.json deleted file mode 100644 index a892b5d..0000000 --- a/vercel.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "version": 2, - "github": { - "enabled": false - } -}