Update .gitea/workflows/unittests.yml
This commit is contained in:
parent
08f213e0de
commit
a94ccbc554
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ jobs:
|
||||||
NODES: "192.168.1.199"
|
NODES: "192.168.1.199"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- uses: webfactory/ssh-agent@v0.9.0
|
||||||
|
with:
|
||||||
|
ssh-private-key: ${{ secrets.SSH_MASTER_KEY }}
|
||||||
- name: deploy
|
- name: deploy
|
||||||
run: |
|
run: |
|
||||||
# echo LS1
|
# echo LS1
|
||||||
|
|
Loading…
Reference in a new issue