Readd Test SSH

This commit is contained in:
BBaoVanC 2021-11-08 22:12:43 -06:00
parent c12fe39134
commit 5250eb5b1d
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
2 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,9 @@ jobs:
ssh-host: srv.bbaovanc.com
ssh-port: 2222
- name: Test SSH
run: ssh -p 2222 droneci@srv.bbaovanc.com /bin/true
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:

View File

@ -36,6 +36,9 @@ jobs:
ssh-host: srv.bbaovanc.com
ssh-port: 2222
- name: Test SSH
run: ssh -p 2222 droneci@srv.bbaovanc.com /bin/true
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with: