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