Skip to content

Commit

Permalink
Update aws.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vinod827 authored Dec 29, 2021
1 parent 04c7200 commit 28d3da7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:

# You can now execute commands that use the credentials👇
- name: Serverless deploy
run: sls deploy --stage dev
#run: sls deploy --stage dev
run: echo 'hello'
env:
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 28d3da7

Please sign in to comment.