From 7e1eb501c07fb1004da8ef2e89789dc084fa0b18 Mon Sep 17 00:00:00 2001 From: vladzvx Date: Wed, 27 Aug 2025 13:37:00 +0300 Subject: [PATCH] Update .gitea/workflows/test.yaml --- .gitea/workflows/test.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index fcdc9d9..67077d5 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -5,10 +5,8 @@ on: jobs: test: - labels: [host] + labels: [trader_deploy_host] name: check and test steps: - name: test - run: echo "Hello from Gitea Action11s!" && pwd - - name: test2 - run: ssh admin@194.87.111.204 -p 23 "docker ps -a" \ No newline at end of file + run: echo "Hello from Gitea Action11s!" && pwd \ No newline at end of file