Skip to content

Commit cb77ecd

Browse files
committed
Uncomment workflow
1 parent f7d5084 commit cb77ecd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy.test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)