Skip to content

Commit 1f2606d

Browse files
committed
testing deployment
1 parent 2e70d27 commit 1f2606d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/CD-azure-functions.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@ jobs:
1212
name: Deploy to Azure
1313
runs-on: ubuntu-latest
1414
timeout-minutes: 60
15+
# env:
16+
# BUILD_PATH: './AutomaticClockOuts'
1517

1618
steps:
1719
- name: Checkout of master
1820
uses: actions/checkout@master
1921

2022
- name: Set up Node.js version
21-
uses: actions/setup-node@v1
22-
with:
23-
node-version: '10.x'
23+
uses: actions/setup-node@v1
24+
with:
25+
node-version: '10.x'
2426

2527
- name: 'run: npm install and build'
2628
working-directory: ./AutomaticClockOuts

0 commit comments

Comments
 (0)