Merge branch 'main' of https://git.ssleg.tech/vladzvx/klhztrader
test / test action (push) Successful in 1s
Details
test / test action (push) Successful in 1s
Details
commit
21b7333df7
|
@ -1,9 +1,14 @@
|
||||||
name: Gitea Actions Demo
|
name: test
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
on:
|
||||||
on: [push]
|
- push
|
||||||
|
|
||||||
jobs:
|
|
||||||
Explore-Gitea-Actions:
|
jobs:
|
||||||
runs-on: ubuntu-latest
|
test:
|
||||||
steps:
|
runs-on: trader_deploy_host
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
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
|
Loading…
Reference in New Issue