NEWS: Welcome to my new homepage! <3

Update .gitea/workflows/build.yaml - poppy - A feature-rich Minecraft plugin which enhances gaming experience

poppy

A feature-rich Minecraft plugin which enhances gaming experience
git clone git://192.168.2.2/poppy
Log | Files | Refs | README

commit 02692e00722411e47d407fd24383e5bc86b90257
parent c34bb4ef5db66e9a05bd0a6979e3e1d819e2e309
Author: typable <contact@typable.dev>
Date:   Fri,  3 Nov 2023 21:20:30 +0100

Update .gitea/workflows/build.yaml

Diffstat:
M.gitea/workflows/build.yaml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml @@ -32,6 +32,7 @@ jobs: cat >>~/.ssh/config <<END Host minecraft HostName $SSH_HOST + Port $SSH_PORT User $SSH_USER IdentityFile ~/.ssh/minecraft.key StrictHostKeyChecking no @@ -41,5 +42,6 @@ jobs: SSH_USER: ${{ secrets.SSH_USER }} SSH_KEY: ${{ secrets.SSH_KEY }} SSH_HOST: ${{ secrets.SSH_HOST }} + SSH_PORT: ${{ secrets.SSH_PORT }} - name: Test SSH run: ssh minecraft 'ls' \ No newline at end of file