Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
chore: keep SSH alive (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudSheraz authored May 20, 2024
1 parent 9cf5551 commit fa88f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
env:
SSH: ssh -o StrictHostKeyChecking=no -i ~/.ssh/demo.key [email protected]
SSH: ssh -o StrictHostKeyChecking=no -o TCPKeepAlive=yes -o ServerAliveInterval=150 -i ~/.ssh/demo.key [email protected]
VERSION: redwood
LMS_HOST: redwood.demo.edly.io
TUTOR: ~/.local/bin/tutor
Expand Down

0 comments on commit fa88f58

Please sign in to comment.