We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7588e6 commit a518fd7Copy full SHA for a518fd7
1 file changed
.github/workflows/deploy-Production.yml
@@ -35,7 +35,7 @@ jobs:
35
run: echo "SHORT_SHA=${GITHUB_SHA::7}" >> $GITHUB_ENV
36
37
- name: Deploy
38
- run: aspire deploy -e Production --log-level debug
+ run: aspire deploy -e Production
39
env:
40
DockerSSH__TargetHost: ${{ secrets.TARGET_HOST }}
41
DockerSSH__SshUsername: ${{ secrets.SSH_USERNAME }}
0 commit comments