Skip to content
Merged

CD #46

Changes from 1 commit
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
Prev Previous commit
Next Next commit
config: Deploy
  • Loading branch information
diegotony committed Mar 26, 2021
commit e6a1162645be0d462d84bf35fe4c619ea35bf25b
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# run: make install-serverless-plugins

- name: Install VPC Plugin and Deploy
uses: serverless/github-action@v1.53.0
uses: serverless/github-action@master
with:
args: -c "cd nodejs-functions ; pwd ; serverless plugin install --name serverless-azure-functions && serverless deploy"
entrypoint: /bin/bash