test new workflow
This commit is contained in:
parent
4286955a6d
commit
9ef0ab9ea0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -15,8 +15,8 @@ jobs:
|
||||||
host: ${{ secrets.SSH_HOST }}
|
host: ${{ secrets.SSH_HOST }}
|
||||||
username: ${{ secrets.SSH_USERNAME }}
|
username: ${{ secrets.SSH_USERNAME }}
|
||||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
port: ${{ secrets.SSH_PORT }}
|
port: 30724
|
||||||
proxy_port: ${{ secrets.SSH_PORT }}
|
# proxy_port: ${{ secrets.SSH_PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd compose/
|
cd compose/
|
||||||
touch t.txt
|
touch t.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue