Skip to content

Commit

Permalink
using serverless access keys
Browse files Browse the repository at this point in the history
  • Loading branch information
hhassan01 committed Aug 30, 2024
1 parent 27e3555 commit 5d536a0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,14 @@ jobs:
with:
node-version: '20'

- name: Install serverless
run: npm install -g serverless

- name: Install dependencies
run: npm ci
run: npm insta;;

- name: Deploy
run: npm run deploy
run: serverless deploy
env:
MONGODB_URI: ${{ secrets.MONGODB_URI_DEV }}
EVENT_BUS_NAME: ${{ secrets.EVENT_BUS_NAME_DEV }}
Expand Down

0 comments on commit 5d536a0

Please sign in to comment.