mirror of
https://github.com/Faridik/Carolyn.git
synced 2026-07-08 13:21:53 +00:00
git pull
This commit is contained in:
parent
c007eccca1
commit
23d22a857c
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@ -24,9 +24,13 @@ jobs:
|
|||||||
chmod 600 "$HOME/key"
|
chmod 600 "$HOME/key"
|
||||||
|
|
||||||
- name: Connect to the Yandex Cloud
|
- name: Connect to the Yandex Cloud
|
||||||
run: |
|
run:
|
||||||
ssh -i $HOME/key carolyn@${{ secrets.HOST }} -o StrictHostKeyChecking=no
|
ssh -i $HOME/key carolyn@${{ secrets.HOST }} -o StrictHostKeyChecking=no
|
||||||
ls -laF
|
'
|
||||||
|
cd Carolyn &&
|
||||||
|
git pull &&
|
||||||
|
|
||||||
|
'
|
||||||
|
|
||||||
- name: Connect to Yandex Cloud
|
- name: Connect to Yandex Cloud
|
||||||
uses: appleboy/ssh-action@master
|
uses: appleboy/ssh-action@master
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user