We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae3268 commit 44cd7c9Copy full SHA for 44cd7c9
.github/workflows/CD-azure-functions.yml
@@ -1,4 +1,4 @@
1
-name: CD process to deploy to AzureFuncions
+name: Other stuff
2
3
on:
4
# Trigger the workflow on push or pull request,
@@ -21,7 +21,12 @@ jobs:
21
node-version: '10.x'
22
- name: 'run npm'
23
run: |
24
- ls
+ 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
30
# - name: 'Run Azure Functions Action'
31
# uses: Azure/functions-action@v1
32
# id: fa
0 commit comments