diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index d537e66..6da4cfd 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,9 +1,14 @@ -name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] - -jobs: - Explore-Gitea-Actions: - runs-on: ubuntu-latest - steps: - - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." \ No newline at end of file +name: test +on: + - push + + +jobs: + test: + runs-on: trader_deploy_host + name: test action + steps: + - name: pull + run: git clone https://git.ssleg.tech/vladzvx/klhztrader.git + - name: up + run: docker-compose -f ./klhztrader/build-docker-compose.yml up -d \ No newline at end of file