test new workflow
This commit is contained in:
parent
9ef0ab9ea0
commit
cda6c8e6f7
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -10,12 +10,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: SSH into VM and deploy
|
||||
uses: appleboy/ssh-action@v1.1.0
|
||||
uses: appleboy/ssh-action@master
|
||||
with:
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
username: ${{ secrets.SSH_USERNAME }}
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
port: 30724
|
||||
protocol: tcp6
|
||||
# proxy_port: ${{ secrets.SSH_PORT }}
|
||||
script: |
|
||||
cd compose/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue