We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7011fd2 commit f75c4f9Copy full SHA for f75c4f9
.github/workflows/main_programmer-profile.yml
@@ -21,30 +21,10 @@ jobs:
21
with:
22
node-version: '14.x'
23
24
- - name: npm install, build, and test
+ - name: npm install and build
25
run: |
26
npm install
27
npm run build --if-present
28
- npm run test --if-present
29
-
30
- - name: Upload artifact for deployment job
31
- uses: actions/upload-artifact@v2
32
- with:
33
- name: node-app
34
- path: .
35
36
- deploy:
37
- runs-on: ubuntu-latest
38
- needs: build
39
- environment:
40
- name: 'Production'
41
- url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
42
43
- steps:
44
- - name: Download artifact from build job
45
- uses: actions/download-artifact@v2
46
47
48
49
- name: 'Deploy to Azure Web App'
50
id: deploy-to-webapp
0 commit comments