From 13a9270b788bc107e0bb1ca8356a2e9af6fa3fd7 Mon Sep 17 00:00:00 2001 From: Mikkel RINGAUD Date: Sat, 12 Aug 2023 03:13:42 +0200 Subject: [PATCH] chore(ci): remove --- .github/workflows/deploy.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 00f50a0..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Deploy - -on: - push: - branches: - - main - -jobs: - vercel-deploy: - name: Deploy to Vercel - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - uses: amondnet/vercel-action@v25 - with: - vercel-token: ${{ secrets.VERCEL_TOKEN }} - github-token: ${{ secrets.GITHUB_TOKEN }} - vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} - vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }} - vercel-args: "--prod" - github-comment: false \ No newline at end of file