Skip to content

Commit

Permalink
Revert "Verbose cdk output"
Browse files Browse the repository at this point in the history
This reverts commit b8eb2f3.
  • Loading branch information
ScriptSmith committed Oct 4, 2023
1 parent b8eb2f3 commit 5601548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
output-credentials: true
- name: Deploy base stack
working-directory: deployment
run: cdk deploy --verbose TranscriptionStack
run: cdk deploy TranscriptionStack
- name: Save FrontEndEnvironment to file
working-directory: frontend
run: aws cloudformation describe-stacks --stack-name ${{ env.ENVIRONMENT }}-transcription --query "Stacks[0].Outputs[?OutputKey=='FrontEndEnvironment'].OutputValue" --output text > .env.production
Expand Down

0 comments on commit 5601548

Please sign in to comment.