Skip to content

Commit

Permalink
chore: use github environments
Browse files Browse the repository at this point in the history
  • Loading branch information
leMedi committed May 15, 2024
1 parent e3cd1fe commit feac7dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prod-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Vercel Prod Deployment
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_PROD_ORG_ID }}
VERCEL_PROJECT_ID: ${{ vars.VERCEL_PROD_PROJECT_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROD_PROJECT_ID }}
NODE_ENV: production
DATABASE_URL: "libsql://for-build.db"
AUTH_SECRET: "for-build"
Expand All @@ -22,6 +22,7 @@ on:

jobs:
Deploy-Prod:
environment: production
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit feac7dc

Please sign in to comment.