This commit is contained in:
parent
8cbb537506
commit
65f06062fb
@ -11,7 +11,7 @@ jobs:
|
|||||||
- name: Install SSH client
|
- name: Install SSH client
|
||||||
run: apk add --no-cache openssh-client
|
run: apk add --no-cache openssh-client
|
||||||
|
|
||||||
- name: Deploy via SSH
|
- name: Deploy via SSH with password
|
||||||
run: |
|
run: |
|
||||||
ssh -o StrictHostKeyChecking=no Chewico@10.0.0.10 \
|
sshpass -p "$SSH_PASSWORD" ssh -o StrictHostKeyChecking=no user@main-server \
|
||||||
"cd /gits/School && git pull origin main"
|
"cd /gits/School && git pull origin main"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user