Merge branch 'main' of https://git.ssleg.tech/vladzvx/klhztrader
test / test action (push) Successful in 1s Details

main
vlad zverzhkhovskiy 2025-08-27 15:12:57 +03:00
commit 21b7333df7
1 changed files with 14 additions and 9 deletions

View File

@ -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."
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