File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,12 +76,12 @@ jobs:
7676 publish-profile : ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
7777 images : ${{ env.registry }}/${{ env.repo-owner }}/${{ env.app-name }}/backend:${{ github.event.inputs.image_tag || 'edge' }}
7878
79- # - name: Deploy Frontend to Dev
80- # uses: azure/webapps-deploy@2fdd5c3ebb4e540834e86ecc1f6fdcd5539023ee # v3.0.2
81- # with:
82- # app-name: ${{ vars.AZURE_WEBAPP_NEXT_NAME }}
83- # publish-profile: ${{ secrets.AZURE_WEBAPP_NEXT_PUBLISH_PROFILE }}
84- # images: ${{ env.registry }}/${{ env.repo-owner }}/${{ env.app-name }}/frontend:${{ github.event.inputs.image_tag || 'edge' }}
79+ - name : Deploy Frontend to Dev
80+ uses : azure/webapps-deploy@2fdd5c3ebb4e540834e86ecc1f6fdcd5539023ee # v3.0.2
81+ with :
82+ app-name : ${{ vars.AZURE_WEBAPP_NEXT_NAME }}
83+ publish-profile : ${{ secrets.AZURE_WEBAPP_NEXT_PUBLISH_PROFILE }}
84+ images : ${{ env.registry }}/${{ env.repo-owner }}/${{ env.app-name }}/frontend:${{ github.event.inputs.image_tag || 'edge' }}
8585
8686 - name : Deploy Airflow Webserver to Dev
8787 uses : azure/webapps-deploy@2fdd5c3ebb4e540834e86ecc1f6fdcd5539023ee # v3.0.2
You can’t perform that action at this time.
0 commit comments