Skip to content

Commit c93b61f

Browse files
committed
include env variables
1 parent a2b3ed4 commit c93b61f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/azure-deploy-frontend-dev.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,8 @@ jobs:
7979
containerAppName: mploy-frontend-dev
8080
resourceGroup: ${{ secrets.AZURE_RESOURCE_GROUP }}
8181
imageToDeploy: ${{ env.REGISTRY }}/${{ env.FRONTEND_IMAGE_NAME }}:sha-${{ needs.build-and-push.outputs.short_sha }}
82-
targetPort: 3000
82+
targetPort: 3000
83+
environmentVariables: |
84+
NOTION_API_KEY=${{ secrets.NOTION_API_KEY }}
85+
NOTION_DATABASE_ID=${{ secrets.NOTION_DATABASE_ID }}
86+
MONGODB_URI=${{ secrets.MONGODB_URI }}

0 commit comments

Comments
 (0)