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
config: Test Pipeline
  • Loading branch information
diegotony committed Mar 26, 2021
commit 191837af29bcbd40e573f26dc91b4c7f75f4fce6
5 changes: 1 addition & 4 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
# Trigger the workflow on pull request but only for the master branch
push:
branches:
- test
- master

jobs:
build:
Expand Down Expand Up @@ -48,9 +48,6 @@ jobs:
- name: Install Serverless Framework
run: sudo npm install -g serverless

- name: Install Serverless Plugins
run: make install-serverless-plugins

- name: Install Serverless Plugins
run: make deploy-nodejs