Skip to content

Commit 20556a6

Browse files
committed
Deploy workflow
1 parent 29ee02e commit 20556a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
3030
- name: Install deps and restart service on server
3131
run: |
32-
ssh -o StrictHostKeyChecking=yes \
33-
"${{ secrets.USERNAME }}@${{ secrets.SERVER_IP }}" <<'EOF'
32+
ssh -T -o StrictHostKeyChecking=yes \
33+
"${{ secrets.USERNAME }}@${{ secrets.SERVER_IP }}" <<'EOF' > /dev/null
3434
set -euo pipefail
3535
cd "${{ secrets.PROJECT_PATH }}"
3636
# Activate existing venv and install/upgrade deps

0 commit comments

Comments
 (0)