Remove Test SSH

This commit is contained in:
BBaoVanC 2021-11-08 22:10:43 -06:00
parent 78b7b78e0a
commit c12fe39134
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
2 changed files with 7 additions and 3 deletions

View File

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

View File

@ -29,6 +29,13 @@ jobs:
ref: ${{ github.head_ref }}
no_override: false
- name: Setup SSH
uses: kielabokkie/ssh-key-and-known-hosts-action@v1
with:
ssh-private-key: ${{ secrets.DEPLOY_SSH_KEY }}
ssh-host: srv.bbaovanc.com
ssh-port: 2222
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with: