Skip to content

Commit 9cbd2a7

Browse files
committed
Enable debug mode in deploy workflow
1 parent ceeceb9 commit 9cbd2a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
host: ${{ secrets.SERVER_IP }}
1515
username: ${{ secrets.SERVER_USER }}
1616
key: ${{ secrets.SSH_PRIVATE_KEY }}
17+
debug: true
1718
script: |
1819
set -e
1920
echo "=== Deploying Seniora-AI ==="

0 commit comments

Comments
 (0)