mirror of
https://github.com/Faridik/Carolyn.git
synced 2026-07-08 05:11:52 +00:00
палка
This commit is contained in:
parent
c0164cac82
commit
c007eccca1
12
.github/workflows/deploy.yml
vendored
12
.github/workflows/deploy.yml
vendored
@ -24,5 +24,17 @@ jobs:
|
|||||||
chmod 600 "$HOME/key"
|
chmod 600 "$HOME/key"
|
||||||
|
|
||||||
- name: Connect to the Yandex Cloud
|
- name: Connect to the Yandex Cloud
|
||||||
|
run: |
|
||||||
ssh -i $HOME/key carolyn@${{ secrets.HOST }} -o StrictHostKeyChecking=no
|
ssh -i $HOME/key carolyn@${{ secrets.HOST }} -o StrictHostKeyChecking=no
|
||||||
ls -laF
|
ls -laF
|
||||||
|
|
||||||
|
- name: Connect to Yandex Cloud
|
||||||
|
uses: appleboy/ssh-action@master
|
||||||
|
with:
|
||||||
|
host: ${{ secrets.HOST }}
|
||||||
|
username: ${{ secrets.USERNAME }}
|
||||||
|
key: ${{ secrets.KEY }}
|
||||||
|
port: ${{ secrets.PORT }}
|
||||||
|
script: |
|
||||||
|
whoami
|
||||||
|
ls -laF
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user