Skip to content

Commit

Permalink
🩹 #95
Browse files Browse the repository at this point in the history
Signed-off-by: danigonzser <[email protected]>
  • Loading branch information
danigonzser committed Nov 6, 2024
1 parent 5dbf0b9 commit 9ab1968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
jobs:

deploy-preview:
environment: Preview
runs-on: ubuntu-latest
environment: Preview
steps:
- uses: actions/checkout@v4
- name: Install pnpm
Expand All @@ -22,7 +22,7 @@ jobs:
uses: BetaHuhn/deploy-to-vercel-action@v1
with:
PRODUCTION: false
GITHUB_DEPLOYMENT_ENV: "Preview"
GITHUB_DEPLOYMENT_ENV: Preview
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
Expand Down

0 comments on commit 9ab1968

Please sign in to comment.