Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbellavance34 authored May 12, 2024
1 parent 1d9c860 commit ed84e35
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ jobs:
- name: serverless deploy
uses: serverless/[email protected]
with:
args: deploy
args: deploy -s prod -c serverless.yml
env:
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

# test:
# image: python:3.8.1-alpine
# stage: test
Expand Down

0 comments on commit ed84e35

Please sign in to comment.