Skip to content

Commit

Permalink
added enviroment to az containerapp
Browse files Browse the repository at this point in the history
  • Loading branch information
Gissebass committed Nov 9, 2024
1 parent a28c593 commit 58de737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ jobs:
--resource-group hilfling-backend_group \
--image ${{ secrets.ACR_LOGIN_SERVER }}/hilfling-backend:${{ github.sha }} \
--cpu 1 --memory 2Gi \
--environment hilfling-environment \
--env-vars DATABASE_USERNAME=${{ secrets.HILFLINGDB_USERNAME }} DATABASE_URL=${{ secrets.HILFLINGDB_URL_DEV }} DATABASE_PASSWORD=${{ secrets.HILFLINGDB_PASSWORD }} \
--ingress 'external' --target-port 8000

0 comments on commit 58de737

Please sign in to comment.