Skip to content

Commit

Permalink
Update instance-deploy-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benchiverton committed Jun 24, 2024
1 parent 378e63a commit efc0e88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/instance-deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
project_file: "src/Api/Company.Api/Company.Api.csproj"
dotnet_version: 8.0.203
dockerfile_name: "src/Api/Company.Api/dockerfile"
image_name: "api"
image_name: "onlinestore-api"
secrets: inherit

build-website:
Expand Down Expand Up @@ -121,11 +121,11 @@ jobs:
with:
resource-group: ${{ env.resource_group_name }}
dns-name-label: ${{ env.resource_group_name }}${{ github.run_number }}
image: onlinestorecontainerregistry.azurecr.io/api:${{ github.sha }}
image: onlinestorecontainerregistry.azurecr.io/onlinestore-api:${{ github.sha }}
registry-login-server: ${{ secrets.REGISTRY_LOGIN_SERVER }}
registry-username: ${{ secrets.ACR_USERNAME }}
registry-password: ${{ secrets.ACR_TOKEN }}
name: api
name: onlinestore-api
location: 'East US'
- name: Run Azure webapp deploy for website
uses: azure/webapps-deploy@v2
Expand Down

0 comments on commit efc0e88

Please sign in to comment.