Skip to content

Commit

Permalink
Test test web app deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyRae committed Feb 20, 2024
1 parent a4a22d3 commit b49900b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_ccom-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Build and deploy container app to Azure Web App - ccom-test
on:
push:
branches:
- test
- feat/635/refactor-repo-structure
workflow_dispatch:

jobs:
Expand All @@ -31,7 +31,7 @@ jobs:
with:
push: true
tags: ccomregtest.azurecr.io/${{ secrets.REGISTRY_USERNAME_TEST }}/test:${{ github.sha }}
file: ./Dockerfile.deploy
file: ./app/Dockerfile.deploy

deploy:
runs-on: ubuntu-latest
Expand All @@ -47,4 +47,4 @@ jobs:
with:
app-name: 'ccom-test'
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_TEST }}
images: 'ccomregtest.azurecr.io/${{ secrets.REGISTRY_USERNAME_TEST }}/test:${{ github.sha }}'
images: 'ccomregtest.azurecr.io/${{ secrets.REGISTRY_USERNAME_TEST }}/test:${{ github.sha }}'

0 comments on commit b49900b

Please sign in to comment.