test new workflow
This commit is contained in:
parent
e0e871f161
commit
2cfd2f953c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -10,7 +10,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: debug
|
||||
run: hostname -I
|
||||
run: hostname -I && ping ${{ secrets.SSH_HOST }}
|
||||
|
||||
|
||||
- name: SSH into VM and deploy
|
||||
uses: appleboy/ssh-action@master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue