Skip to content

Commit

Permalink
remove setting env vars on each partykit deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
troypoulter committed Apr 13, 2024
1 parent 5d9b11a commit 2421c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-partykit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 20
cache: "npm"
- run: npm ci
- run: npx partykit deploy --var DATABASE_URL=${{ secrets.DATABASE_URL }} --var DATABASE_AUTH_TOKEN=${{ secrets.DATABASE_AUTH_TOKEN }}
- run: npx partykit deploy
env:
PARTYKIT_TOKEN: ${{ secrets.PARTYKIT_TOKEN }}
PARTYKIT_LOGIN: ${{ secrets.PARTYKIT_LOGIN }}

0 comments on commit 2421c12

Please sign in to comment.