Skip to content

Commit

Permalink
Merge pull request #5 from jotacemarin/fixing-pipeline
Browse files Browse the repository at this point in the history
add serverless globally, config credentials
  • Loading branch information
jotacemarin authored Feb 9, 2024
2 parents ab543aa + 6e3fd1b commit a965b8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd-dev-botnorrea-v2-telegram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@ jobs:
json: ${{ secrets.CONFIG_FILE_DEV }}
dir: "config/"

- name: Setup credentials
run: serverless config credentials --provider aws --key ${{ secrets.KEY_ID }} --secret ${{ secrets.SECRET_ACCESS_KEY }} --profile ${{ secrets.PROFILE }}

- name: Deploy
run: npm run dev:deploy

0 comments on commit a965b8a

Please sign in to comment.