Skip to content

Commit

Permalink
Update dev-robgruen-android_typeagent.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen authored Nov 13, 2024
1 parent 7f6b196 commit 50e78af
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/dev-robgruen-android_typeagent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Build and deploy Node.js app to Azure Web App - typeagent
on:
push:
branches:
- dev/robgruen/android
- dev/robgruen/android_sans_MSAL
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -65,15 +65,15 @@ jobs:
if: ${{ github.event_name != 'pull_request' || steps.filter.outputs.ts == 'true' }}
working-directory: ts
run: |
npm run lint
npm run lint '
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.4.3
with:
name: node-app
path: ./ts

deploy:
runs-on: ubuntu-latest
runs-on: windows-latest
needs: build_ts
environment:
name: 'test'
Expand All @@ -83,7 +83,7 @@ jobs:

steps:
- name: Download artifact from build job
uses: actions/download-artifact@v4
uses: actions/download-artifact@v4.1.8
with:
name: node-app

Expand All @@ -95,10 +95,10 @@ jobs:
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_D685C18460584CADB3CABB18FCA57D30 }}

- name: 'Deploy to Azure Web App'
uses: azure/webapps-deploy@v3
uses: azure/webapps-deploy@v3.0.1
id: deploy-to-webapp
with:
app-name: 'typeagent'
slot-name: 'test'
package: .


0 comments on commit 50e78af

Please sign in to comment.