mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-02 13:51:40 -08:00
adding ssh interval and alive count
This commit is contained in:
parent
c7db12fcd7
commit
d14fda1047
1 changed files with 1 additions and 1 deletions
2
.github/workflows/on_merge_to_master.yaml
vendored
2
.github/workflows/on_merge_to_master.yaml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
|
||||
- name: SSH into EC2 and deploy the app
|
||||
run: |
|
||||
ssh -o StrictHostKeyChecking=no ${{ secrets.MOONLITE_AWS_EC2_SSH_USER }}@${{ secrets.MOONLITE_AWS_EC2_SSH_HOST }} << 'EOF'
|
||||
ssh -o ServerAliveInterval=60 -o ServerAliveCountMax=60 -o StrictHostKeyChecking=no ${{ secrets.MOONLITE_AWS_EC2_SSH_USER }}@${{ secrets.MOONLITE_AWS_EC2_SSH_HOST }} << 'EOF'
|
||||
cd /home/ec2-user/apps/stable-diffusion-webui
|
||||
|
||||
git pull origin master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue