test new workflow
This commit is contained in:
parent
29169d854f
commit
0a36e7be36
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -12,10 +12,10 @@ jobs:
|
|||
- name: SSH into VM and deploy
|
||||
uses: appleboy/ssh-action@v1.1.0
|
||||
with:
|
||||
port: ${{ secrets.SSH_PORT }}
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
username: ${{ secrets.SSH_USERNAME }}
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
port: ${{ secrets.SSH_PORT }}
|
||||
script: |
|
||||
cd compose/
|
||||
touch t.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue