Skip to content

Commit a518fd7

Browse files
committed
Remove debug log level from deploy command for cleaner output
1 parent a7588e6 commit a518fd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-Production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: echo "SHORT_SHA=${GITHUB_SHA::7}" >> $GITHUB_ENV
3636

3737
- name: Deploy
38-
run: aspire deploy -e Production --log-level debug
38+
run: aspire deploy -e Production
3939
env:
4040
DockerSSH__TargetHost: ${{ secrets.TARGET_HOST }}
4141
DockerSSH__SshUsername: ${{ secrets.SSH_USERNAME }}

0 commit comments

Comments
 (0)