@@ -61,12 +61,12 @@ jobs:
6161 publish-profile : ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
6262 images : ${{ env.registry }}/${{ env.repo-owner }}/${{ env.app-name }}/backend:${{ github.event.inputs.image_tag || 'edge' }}
6363
64- - name : Deploy Frontend to Dev
65- uses : azure/webapps-deploy@2fdd5c3ebb4e540834e86ecc1f6fdcd5539023ee # v3.0.2
66- with :
67- app-name : ${{ vars.AZURE_WEBAPP_NEXT_NAME }}
68- publish-profile : ${{ secrets.AZURE_WEBAPP_NEXT_PUBLISH_PROFILE }}
69- images : ${{ env.registry }}/${{ env.repo-owner }}/${{ env.app-name }}/frontend:${{ github.event.inputs.image_tag || 'edge' }}
64+ # - name: Deploy Frontend to Dev
65+ # uses: azure/webapps-deploy@2fdd5c3ebb4e540834e86ecc1f6fdcd5539023ee # v3.0.2
66+ # with:
67+ # app-name: ${{ vars.AZURE_WEBAPP_NEXT_NAME }}
68+ # publish-profile: ${{ secrets.AZURE_WEBAPP_NEXT_PUBLISH_PROFILE }}
69+ # images: ${{ env.registry }}/${{ env.repo-owner }}/${{ env.app-name }}/frontend:${{ github.event.inputs.image_tag || 'edge' }}
7070
7171 - name : Deploy Airflow Webserver to Dev
7272 uses : azure/webapps-deploy@2fdd5c3ebb4e540834e86ecc1f6fdcd5539023ee # v3.0.2
@@ -94,12 +94,12 @@ jobs:
9494 publish-profile : ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
9595 images : ${{ env.registry }}/${{ env.repo-owner }}/${{ env.app-name }}/backend:${{ github.event.inputs.image_tag || 'edge' }}
9696
97- - name : Deploy Frontend to Test
98- uses : azure/webapps-deploy@2fdd5c3ebb4e540834e86ecc1f6fdcd5539023ee # v3.0.2
99- with :
100- app-name : ${{ vars.AZURE_WEBAPP_NEXT_NAME }}
101- publish-profile : ${{ secrets.AZURE_WEBAPP_NEXT_PUBLISH_PROFILE }}
102- images : ${{ env.registry }}/${{ env.repo-owner }}/${{ env.app-name }}/frontend:${{ github.event.inputs.image_tag || 'edge' }}
97+ # - name: Deploy Frontend to Test
98+ # uses: azure/webapps-deploy@2fdd5c3ebb4e540834e86ecc1f6fdcd5539023ee # v3.0.2
99+ # with:
100+ # app-name: ${{ vars.AZURE_WEBAPP_NEXT_NAME }}
101+ # publish-profile: ${{ secrets.AZURE_WEBAPP_NEXT_PUBLISH_PROFILE }}
102+ # images: ${{ env.registry }}/${{ env.repo-owner }}/${{ env.app-name }}/frontend:${{ github.event.inputs.image_tag || 'edge' }}
103103
104104 - name : Deploy Airflow Webserver to Test
105105 uses : azure/webapps-deploy@2fdd5c3ebb4e540834e86ecc1f6fdcd5539023ee # v3.0.2
0 commit comments