From 430791455d2be1215046d8a75e9486b94f04bb2e Mon Sep 17 00:00:00 2001 From: Gitea Date: Mon, 25 May 2026 16:07:54 +0530 Subject: [PATCH] first commit --- .gitea/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index bad4ab1..b6c26ce 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -14,10 +14,10 @@ jobs: uses: appleboy/ssh-action@master with: - host: ${{ secrets.HOST }} - username: ${{ secrets.USERNAME }} - password: ${{ secrets.PASSWORD }} - port: ${{ secrets.PORT }} + host: 172.237.44.156 + username: root + password: LinodeUser#26 + port: 22 script: | cd /root/IR-Node-Setup