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
|
||||
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
|
Loading…
Reference in New Issue