Skip to content

Commit 44cd7c9

Browse files
committed
pipe 2
1 parent bae3268 commit 44cd7c9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CD process to deploy to AzureFuncions
1+
name: Other stuff
22

33
on:
44
# Trigger the workflow on push or pull request,
@@ -21,7 +21,12 @@ jobs:
2121
node-version: '10.x'
2222
- name: 'run npm'
2323
run: |
24-
ls
24+
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
25+
cd AutomaticClockOuts
26+
npm i -g azure-functions-core-tools@core --unsafe-perm true
27+
az login -u ${{ env.AZ_USERNAME }} -p {{ env.AZ_PASSWORD }}
28+
npm install
29+
func azure functionapp publish time-tracker-azure-functions
2530
# - name: 'Run Azure Functions Action'
2631
# uses: Azure/functions-action@v1
2732
# id: fa

0 commit comments

Comments
 (0)