This commit is contained in:
parent
5b17cc4b3e
commit
b21fecee28
1 changed files with 4 additions and 1 deletions
|
@ -48,3 +48,6 @@ jobs:
|
||||||
- name: Connect and check
|
- name: Connect and check
|
||||||
run: |
|
run: |
|
||||||
ssh -i ~/.ssh/id_rsa -p ${{ secrets.SSH_PORT }} ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} "ls -al"
|
ssh -i ~/.ssh/id_rsa -p ${{ secrets.SSH_PORT }} ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} "ls -al"
|
||||||
|
- name: Create a file
|
||||||
|
run: |
|
||||||
|
touch CD_TEST.txt
|
Loading…
Reference in a new issue