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

Commit

Permalink
Merge pull request #147 from TomaszKandula/dev
Browse files Browse the repository at this point in the history
merge: dev to stage
  • Loading branch information
TomaszKandula authored Feb 3, 2024
2 parents a306591 + d2847b1 commit 65baac4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master_build_test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
uses: azure/webapps-deploy@v3
if: needs.versioning.outputs.outputs2 == 'true'
with:
app-name: invoicegenerator-prod
app-name: invoicegenerator-production
slot-name: production
publish-profile: ${{ secrets.AZURE_PUBLISH_PROFILE_BACKEND_PROD }}
images: ${{ secrets.DOCKER_REGISTRY_SERVER_URL }}/${{ secrets.DOCKER_REGISTRY_SERVER_USERNAME }}:backend-production-${{ github.sha }}
Expand Down Expand Up @@ -130,9 +130,9 @@ jobs:
steps:
- name: Deploy to Azure Web App
id: deploy-to-webapp
uses: azure/webapps-deploy@v2
uses: azure/webapps-deploy@v3
with:
app-name: invoicegenerator-func-prod
app-name: invoicegenerator-func-production
slot-name: production
publish-profile: ${{ secrets.AZURE_PUBLISH_PROFILE_FUNC_PROD }}
images: ${{ secrets.DOCKER_REGISTRY_SERVER_URL }}/${{ secrets.DOCKER_REGISTRY_SERVER_USERNAME }}:workers-production-${{ github.sha }}
6 changes: 3 additions & 3 deletions .github/workflows/stage_build_test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Staging | Deploy to Azure Web App
uses: azure/webapps-deploy@v3
with:
app-name: invoicegenerator-stage
app-name: invoicegenerator-staging
slot-name: production
publish-profile: ${{ secrets.AZURE_PUBLISH_PROFILE_BACKEND_STAGE }}
images: ${{ secrets.DOCKER_REGISTRY_SERVER_URL }}/${{ secrets.DOCKER_REGISTRY_SERVER_USERNAME }}:backend-staging-${{ github.sha }}
Expand Down Expand Up @@ -91,9 +91,9 @@ jobs:
steps:
- name: Deploy to Azure Web App
id: deploy-to-webapp
uses: azure/webapps-deploy@v2
uses: azure/webapps-deploy@v3
with:
app-name: invoicegenerator-func-stage
app-name: invoicegenerator-func-staging
slot-name: production
publish-profile: ${{ secrets.AZURE_PUBLISH_PROFILE_FUNC_STAGE }}
images: ${{ secrets.DOCKER_REGISTRY_SERVER_URL }}/${{ secrets.DOCKER_REGISTRY_SERVER_USERNAME }}:workers-staging-${{ github.sha }}

0 comments on commit 65baac4

Please sign in to comment.