fix indentation (#24414)
This commit is contained in:
@@ -124,19 +124,21 @@ jobs:
|
|||||||
tags: ghcr.io/{% raw %}${{ env.REPO }}{% endraw %}:{% raw %}${{ github.sha }}{% endraw %}
|
tags: ghcr.io/{% raw %}${{ env.REPO }}{% endraw %}:{% raw %}${{ github.sha }}{% endraw %}
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
|
||||||
environment:
|
|
||||||
name: 'production'
|
|
||||||
url: {% raw %}${{ steps.deploy-to-webapp.outputs.webapp-url }}{% endraw %}
|
|
||||||
|
|
||||||
steps:
|
needs: build
|
||||||
- name: Lowercase the repo name
|
|
||||||
run: echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
|
|
||||||
|
|
||||||
- name: Deploy to Azure Web App
|
environment:
|
||||||
id: deploy-to-webapp
|
name: 'production'
|
||||||
|
url: {% raw %}${{ steps.deploy-to-webapp.outputs.webapp-url }}{% endraw %}
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Lowercase the repo name
|
||||||
|
run: echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
|
||||||
|
|
||||||
|
- name: Deploy to Azure Web App
|
||||||
|
id: deploy-to-webapp
|
||||||
uses: azure/webapps-deploy@0b651ed7546ecfc75024011f76944cb9b381ef1e
|
uses: azure/webapps-deploy@0b651ed7546ecfc75024011f76944cb9b381ef1e
|
||||||
with:
|
with:
|
||||||
app-name: {% raw %}${{ env.AZURE_WEBAPP_NAME }}{% endraw %}
|
app-name: {% raw %}${{ env.AZURE_WEBAPP_NAME }}{% endraw %}
|
||||||
|
|||||||
Reference in New Issue
Block a user