Commit 561d9d0 1 parent 2fe89b1 commit 561d9d0 Copy full SHA for 561d9d0
File tree 1 file changed +10
-7
lines changed
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -23,18 +23,21 @@ jobs:
23
23
24
24
- name : npm install, build, and test
25
25
run : |
26
- npm install
27
- npm run build --if-present
28
- npm run test --if-present
26
+ cd backend
27
+ yarn
28
+ yarn build
29
+ yarn start2
29
30
30
31
- name : Zip artifact for deployment
31
- run : zip release.zip ./* -r
32
+ run : |
33
+ cd backend
34
+ zip release.zip ./* -r
32
35
33
36
- name : Upload artifact for deployment job
34
37
uses : actions/upload-artifact@v3
35
38
with :
36
39
name : node-app
37
- path : release.zip
40
+ path : backend/ release.zip
38
41
39
42
deploy :
40
43
runs-on : ubuntu-latest
58
61
with :
59
62
app-name : ' chippinAPI'
60
63
slot-name : ' Production'
61
- publish-profile : ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_EB9E5048C2174EC7935E6E42E73C34B5 }}
62
- package : .
64
+ publish-profile : ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_1003E0ABF28E4A458E22863C4C8193E2 }}
65
+ package : .
You can’t perform that action at this time.
0 commit comments