Skip to content

Commit 1812cd1

Browse files
committed
Add debug logging to deployment step for better troubleshooting
1 parent c702584 commit 1812cd1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy-Production.yml

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

3737
- name: Deploy
38-
run: aspire deploy -e Production
38+
run: aspire deploy -e Production --log-level debug
3939
env:
40-
ASPIRE_CONSOLE_WIDTH: 160
4140
DockerSSH__TargetHost: ${{ secrets.TARGET_HOST }}
4241
DockerSSH__SshUsername: ${{ secrets.SSH_USERNAME }}
4342
Parameters__registry_endpoint: ghcr.io

0 commit comments

Comments
 (0)