Someone write some documentation for Gitea actions.
Some checks failed
Deploy to Fighter / Deploy-to-Fighter (push) Failing after 2s
Some checks failed
Deploy to Fighter / Deploy-to-Fighter (push) Failing after 2s
This commit is contained in:
parent
7cc32b0ca0
commit
17d43a55dd
@ -9,10 +9,9 @@ jobs:
|
|||||||
- name: Pull latest code onto Fighter via SSH
|
- name: Pull latest code onto Fighter via SSH
|
||||||
uses: appleboy/ssh-action@master
|
uses: appleboy/ssh-action@master
|
||||||
with:
|
with:
|
||||||
host: ${{ gitea.SSH_HOST_IP_FIGHTER }} # this is a LAN IP
|
host: ${{ vars.SSH_HOST_IP_FIGHTER }} # this is a LAN IP
|
||||||
username: ${{ gitea.SSH_USERNAME_FIGHTER }}
|
username: ${{ vars.SSH_USERNAME_FIGHTER }}
|
||||||
key: ${{ gitea.SSH_KEY_DEPLOY_TO_FIGHTER }}
|
key: ${{ secrets.SSH_KEY_DEPLOY_TO_FIGHTER }}
|
||||||
port: 22
|
|
||||||
script: |
|
script: |
|
||||||
cd ~/homelab
|
cd ~/homelab
|
||||||
git pull
|
git pull
|
||||||
|
Loading…
Reference in New Issue
Block a user