Skip to content

Commit

Permalink
added lift to global
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Perez committed Jul 21, 2023
1 parent 3b01f44 commit 3517ff4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/serverless-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ env:
TWILIO_AUTH_TOKEN: ${{secrets.TWILIO_AUTH_TOKEN}}
MESSAGING_SERVICE_SID: ${{secrets.MESSAGING_SERVICE_SID}}
on: [push]
# push:
# branches:
# - "main"
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -27,7 +30,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g serverless-lift
- run: serverless plugin install -n serverless-lift
- name: serverless deploy
uses: serverless/github-action@v3.2
with:
Expand Down

0 comments on commit 3517ff4

Please sign in to comment.