Skip to content

Commit 8eef1cc

Browse files
committed
update one click deployment
1 parent 144ccef commit 8eef1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/mastra-nextjs/.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Deploy
2121
uses: DefangLabs/[email protected]
2222
with:
23-
config-env-vars: POSTGRES_PASSWORD GOOGLE_GENERATIVE_AI_API_KEY GITHUB_TOKEN
23+
config-env-vars: POSTGRES_PASSWORD GITHUB_TOKEN
2424
env:
2525
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)