We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ee02e commit 20556a6Copy full SHA for 20556a6
1 file changed
.github/workflows/deploy.yml
@@ -29,8 +29,8 @@ jobs:
29
30
- name: Install deps and restart service on server
31
run: |
32
- ssh -o StrictHostKeyChecking=yes \
33
- "${{ secrets.USERNAME }}@${{ secrets.SERVER_IP }}" <<'EOF'
+ ssh -T -o StrictHostKeyChecking=yes \
+ "${{ secrets.USERNAME }}@${{ secrets.SERVER_IP }}" <<'EOF' > /dev/null
34
set -euo pipefail
35
cd "${{ secrets.PROJECT_PATH }}"
36
# Activate existing venv and install/upgrade deps
0 commit comments