File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: Build and deploy Node.js app to Azure Web App - typeagent
6
6
on :
7
7
push :
8
8
branches :
9
- - dev/robgruen/android
9
+ - dev/robgruen/android_sans_MSAL
10
10
workflow_dispatch :
11
11
12
12
jobs :
@@ -65,15 +65,15 @@ jobs:
65
65
if : ${{ github.event_name != 'pull_request' || steps.filter.outputs.ts == 'true' }}
66
66
working-directory : ts
67
67
run : |
68
- npm run lint
68
+ npm run lint '
69
69
- name : Upload artifact for deployment job
70
- uses : actions/upload-artifact@v4
70
+ uses : actions/upload-artifact@v4.4.3
71
71
with :
72
72
name : node-app
73
73
path : ./ts
74
74
75
75
deploy :
76
- runs-on : ubuntu -latest
76
+ runs-on : windows -latest
77
77
needs : build_ts
78
78
environment :
79
79
name : ' test'
83
83
84
84
steps :
85
85
- name : Download artifact from build job
86
- uses : actions/download-artifact@v4
86
+ uses : actions/download-artifact@v4.1.8
87
87
with :
88
88
name : node-app
89
89
@@ -95,10 +95,10 @@ jobs:
95
95
subscription-id : ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_D685C18460584CADB3CABB18FCA57D30 }}
96
96
97
97
- name : ' Deploy to Azure Web App'
98
- uses : azure/webapps-deploy@v3
98
+ uses : azure/webapps-deploy@v3.0.1
99
99
id : deploy-to-webapp
100
100
with :
101
101
app-name : ' typeagent'
102
102
slot-name : ' test'
103
103
package : .
104
-
104
+
You can’t perform that action at this time.
0 commit comments