Skip to content

Commit f490b3d

Browse files
Add or update the App Service deployment workflow configuration from Azure Portal.
1 parent 2175277 commit f490b3d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main_gitgudissues.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
uses: docker/login-action@v2
2424
with:
2525
registry: https://craigsdevcontainers.azurecr.io/
26-
username: ${{ secrets.AzureAppService_ContainerUsername_be14b0d1f2034d489bd7fa18b3ff4250 }}
27-
password: ${{ secrets.AzureAppService_ContainerPassword_5210b9d0d1e4497888eed0e6a966a0d3 }}
26+
username: ${{ secrets.AzureAppService_ContainerUsername_0830216457ca45f2a53fa9c32f866b60 }}
27+
password: ${{ secrets.AzureAppService_ContainerPassword_a70c465530a44e2f838a74ed11157d83 }}
2828

2929
- name: Build and push container image to registry
3030
uses: docker/build-push-action@v3
3131
with:
3232
push: true
33-
tags: craigsdevcontainers.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_be14b0d1f2034d489bd7fa18b3ff4250 }}/gitgudissues:latest
33+
tags: craigsdevcontainers.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_0830216457ca45f2a53fa9c32f866b60 }}/gitgudissues:${{ github.sha }}
3434
file: ./Dockerfile
3535

3636
deploy:
@@ -47,5 +47,5 @@ jobs:
4747
with:
4848
app-name: 'gitgudissues'
4949
slot-name: 'production'
50-
publish-profile: ${{ secrets.AzureAppService_PublishProfile_3518f3c1cc4f45338ce722d932f1f946 }}
51-
images: 'craigsdevcontainers.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_be14b0d1f2034d489bd7fa18b3ff4250 }}/gitgudissues:latest'
50+
publish-profile: ${{ secrets.AzureAppService_PublishProfile_7a968d463d734de9814ebd47b177caf0 }}
51+
images: 'craigsdevcontainers.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_0830216457ca45f2a53fa9c32f866b60 }}/gitgudissues:${{ github.sha }}'

0 commit comments

Comments
 (0)