This commit is contained in:
parent
b21fecee28
commit
c62f041341
1 changed files with 1 additions and 1 deletions
|
@ -50,4 +50,4 @@ jobs:
|
||||||
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
|
- name: Create a file
|
||||||
run: |
|
run: |
|
||||||
touch CD_TEST.txt
|
ssh -i ~/.ssh/id_rsa -p ${{ secrets.SSH_PORT }} ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} "touch CD_TEST.txt"
|
Loading…
Reference in a new issue