From 6350daf9b02383b4f2948084cb9e6e49278f5a5b Mon Sep 17 00:00:00 2001 From: Jayadeep Bejoy <88953813+SteakFisher@users.noreply.github.com> Date: Mon, 22 Jul 2024 22:00:55 +0530 Subject: [PATCH 1/4] Action testing --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4e3425..9b81a9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,3 +7,5 @@ export default function Home() { ); } + + From 951c17cd2685002529d2d1e0fb911f166c83fca4 Mon Sep 17 00:00:00 2001 From: Jayadeep Bejoy <88953813+SteakFisher@users.noreply.github.com> Date: Mon, 22 Jul 2024 22:28:30 +0530 Subject: [PATCH 2/4] Update vercelPullRequest.yml --- .github/workflows/vercelPullRequest.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/vercelPullRequest.yml b/.github/workflows/vercelPullRequest.yml index d3a55ce..958d2cb 100644 --- a/.github/workflows/vercelPullRequest.yml +++ b/.github/workflows/vercelPullRequest.yml @@ -7,8 +7,8 @@ jobs: build_and_deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: amondnet/vercel-action@v20 + - uses: actions/checkout@v4 + - uses: amondnet/vercel-action@v25 id: vercel-deploy with: vercel-token: ${{ secrets.VERCEL_TOKEN }} @@ -17,4 +17,4 @@ jobs: vercel-project-id: ${{ secrets.PROJECT_ID}} - name: preview-url run: | - echo ${{ steps.vercel-deploy.outputs.preview-url }} \ No newline at end of file + echo ${{ steps.vercel-deploy.outputs.preview-url }} From 958d75a20a4e91c5e2b48ab6bfed1c31b799b35b Mon Sep 17 00:00:00 2001 From: Jayadeep Bejoy <88953813+SteakFisher@users.noreply.github.com> Date: Mon, 22 Jul 2024 22:40:04 +0530 Subject: [PATCH 3/4] Update vercelPullRequest.yml --- .github/workflows/vercelPullRequest.yml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/workflows/vercelPullRequest.yml b/.github/workflows/vercelPullRequest.yml index 958d2cb..def2aa8 100644 --- a/.github/workflows/vercelPullRequest.yml +++ b/.github/workflows/vercelPullRequest.yml @@ -1,4 +1,4 @@ -name: Create vercel preview URL on pull request +name: Deploy to vercel on PR on: pull_request: branches: @@ -7,9 +7,18 @@ jobs: build_and_deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: amondnet/vercel-action@v25 - id: vercel-deploy + - uses: actions/checkout@v2 + # To set more environment variables on the build, either use Vercel CLI or this: + # - uses: dkershner6/vercel-set-env-action@v1 + # with: + # token: ${{ secrets.VERCEL_TOKEN }} + # projectName: events-app + # envVariableKeys: SOME_VARIABLE + # env: + # SOME_VARIABLE: ${{ secrets.SOME_VARIABLE }} + # TARGET_SOME_VARIABLE: preview,development,production + # TYPE_SSOME_VARIABLE: encrypted + - uses: amondnet/vercel-action@v20 with: vercel-token: ${{ secrets.VERCEL_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }} From 110bed0ef0a5a2acb1d783195efa3101e09e9abf Mon Sep 17 00:00:00 2001 From: Jayadeep Bejoy <88953813+SteakFisher@users.noreply.github.com> Date: Mon, 22 Jul 2024 22:59:29 +0530 Subject: [PATCH 4/4] Fuck github actions honestly --- src/app/globals.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/globals.css b/src/app/globals.css index 6aef8af..98fc810 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -2,6 +2,8 @@ @tailwind components; @tailwind utilities; + + @layer base { :root { --background: #201F31; @@ -71,4 +73,4 @@ input, button, textarea, select { font: inherit; -} \ No newline at end of file +}