Skip to content

Commit

Permalink
Remove debug logging from github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdaily committed Jun 19, 2024
1 parent 3af8698 commit 02be1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

# Deploy to stage
- name: Serverless Deploy
run: sls deploy --stage $DEPLOY_STAGE --debug
run: sls deploy --stage $DEPLOY_STAGE
env:
SERVERLESS_ACCESS_KEY: ${{ secrets.SLS_SECRET_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.SLS_AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 02be1cd

Please sign in to comment.