Browse Source

Update step3-deployment-github-action.md

pull/22062/head
Engincan VESKE 1 year ago
committed by GitHub
parent
commit
66720e4ef7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/solution-templates/layered-web-application/deployment/azure-deployment/step3-deployment-github-action.md

2
docs/en/solution-templates/layered-web-application/deployment/azure-deployment/step3-deployment-github-action.md

@ -295,7 +295,7 @@ jobs:
environment:
name: 'Production'
url: ${{ steps.deploy-to-webapp-3.outputs.webapp-url }}
steps:
- name: Download artifact from apihost
uses: actions/download-artifact@v4
with:

Loading…
Cancel
Save