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 23d9ac8 commit 1a12093
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/server-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches:
- main
# paths:
# - "canbus-server/**"
paths:
- "canbus-server/**"

jobs:
build:
Expand All @@ -29,8 +29,9 @@ jobs:
acrUsername: ${{ secrets.ACR_USERNAME }}
acrPassword: ${{ secrets.ACR_PASSWORD }}
containerAppName: canbus-server
containerAppEnvironment: canbus-server-envi
containerAppEnvironment: canbus-server-env
resourceGroup: rg-2024-Woowa-Siblings
imageToBuild: woowasiblings.azurecr.io/canbus-server:${{ github.sha }}
dockerfilePath: Dockerfile
targetPort: 8080
allowInsecure: true

0 comments on commit 1a12093

Please sign in to comment.