Revert "Revert "Add Setup SSH to deploy.yml""

This reverts commit 54d2599ad3.
This commit is contained in:
BBaoVanC 2021-11-08 22:06:59 -06:00
parent 54d2599ad3
commit f7e2098020
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A

View File

@ -19,6 +19,13 @@ jobs:
submodules: recursive
fetch-depth: 0
- 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: