Skip to content

Commit

Permalink
trying non-priv'd
Browse files Browse the repository at this point in the history
  • Loading branch information
bardsley committed Aug 20, 2024
1 parent 8c66a07 commit 61768ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: rm -rf node_modules && yarn install --frozen-lockfile
- name: Add serverless
run: sudo yarn global add serverless
run: yarn global add serverless
- name: Install Plugin & Deploy
run: cd ./functions && serverless deploy --verbose
env:
Expand Down

0 comments on commit 61768ef

Please sign in to comment.