Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Update server-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rlawhddbs authored Aug 26, 2024
1 parent b0c351a commit d4f1494
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/server-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ jobs:
resourceGroup: rg-2024-Woowa-Siblings
imageToBuild: woowasiblings.azurecr.io/canbus-server:${{ github.sha }}
dockerfilePath: Dockerfile
targetPort: 8080
allowInsecure: true

- name: Azure Container Apps Ingress Setting
run: az containerapp ingress update --name woowasiblings --resource-group rg-2024-Woowa-Siblings --target-port 8080 --allow-insecure

0 comments on commit d4f1494

Please sign in to comment.