From 0cd6bcb701a87891ec970df17f66f0d67a46b0f9 Mon Sep 17 00:00:00 2001 From: Vin Bui Date: Fri, 13 Dec 2024 22:27:34 -0500 Subject: [PATCH] Delete preview.yaml --- .github/workflows/preview.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/preview.yaml diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml deleted file mode 100644 index 17580a2..0000000 --- a/.github/workflows/preview.yaml +++ /dev/null @@ -1,21 +0,0 @@ -name: Vercel Preview Deployment -env: - VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} - VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} -on: - push: - branches-ignore: - - main -jobs: - Deploy-Preview: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Install Vercel CLI - run: npm install --global vercel@latest - - name: Pull Vercel Environment Information - run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }} - - name: Build Project Artifacts - run: vercel build --token=${{ secrets.VERCEL_TOKEN }} - - name: Deploy Project Artifacts to Vercel - run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} \ No newline at end of file