Skip to content

Commit

Permalink
Roll my own serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
bardsley committed Aug 20, 2024
1 parent 8a64b5b commit 6cfe1ab
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/api-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: rm -rf node_modules && yarn install --frozen-lockfile
- name: Add serverless
run: sudo yarn global add serverless
- name: Install Plugin & Deploy
uses: serverless/[email protected]
with:
args: -c "cd ./functions && serverless deploy --verbose"
entrypoint: /bin/sh
run: cd ./functions && serverless deploy --verbose"
env:
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}

0 comments on commit 6cfe1ab

Please sign in to comment.