Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update pipeline with working directory
  • Loading branch information
enriquezrene committed Nov 25, 2020
commit 7fe2658f65d93905ed6c7909a57ca9d7eb656e73
24 changes: 12 additions & 12 deletions .github/workflows/CD-azure-functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ jobs:
- name: Checkout of master
uses: actions/checkout@master

- name: Set up Node.js version
uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: Set Node.js 10.x
uses: actions/setup-node@master
with:
version: 10.x

- name: 'run: npm install and build'
working-directory: ./AutomaticClockOuts
run: |
cd AutomaticClockOuts
npm i azure-functions-core-tools@core --unsafe-perm true
npm install
func azure functionapp publish time-tracker-azure-functions

- uses: actions/checkout@v2
- name: Slack Notification
uses: rtCamp/[email protected]
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_ICON: https://avatars.slack-edge.com/2020-04-14/1055222096486_7b0bf047c32f9f666b69_48.jpg
SLACK_USERNAME: 'heisenberg-deploy-azure-functions:'
# - uses: actions/checkout@v2
# - name: Slack Notification
# uses: rtCamp/[email protected]
# env:
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
# SLACK_ICON: https://avatars.slack-edge.com/2020-04-14/1055222096486_7b0bf047c32f9f666b69_48.jpg
# SLACK_USERNAME: 'heisenberg-deploy-azure-functions:'