We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b3ed4 commit c93b61fCopy full SHA for c93b61f
.github/workflows/azure-deploy-frontend-dev.yml
@@ -79,4 +79,8 @@ jobs:
79
containerAppName: mploy-frontend-dev
80
resourceGroup: ${{ secrets.AZURE_RESOURCE_GROUP }}
81
imageToDeploy: ${{ env.REGISTRY }}/${{ env.FRONTEND_IMAGE_NAME }}:sha-${{ needs.build-and-push.outputs.short_sha }}
82
- targetPort: 3000
+ 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