Skip to content

Commit 726e1f0

Browse files
committed
feat: Add GitHub Actions workflow to build and deploy Node.js app to Azure Web App.
1 parent 2639e95 commit 726e1f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main_cms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
env:
3333
ENCRYPTION_KEY: ${{ secrets.ENCRYPTION_KEY }}
3434
API_KEY_ENCRYPTION_KEY: ${{ secrets.API_KEY_ENCRYPTION_KEY }}
35+
CMS_DATABASE_URL: ${{ secrets.CMS_DATABASE_URL }}
3536
run: |
3637
pnpm install
3738
npx prisma generate

0 commit comments

Comments
 (0)