From bbe6ee695ab47579a15d71c83e22bddd5791cb25 Mon Sep 17 00:00:00 2001 From: LeterZP Date: Sat, 23 May 2026 23:26:53 +0300 Subject: [PATCH] Added runner (CI/CD) for local testing --- .gitea/workflows/for-testing.yaml | 27 +++++++++++++++++++++++++++ .gitignore | 6 ++++++ 2 files changed, 33 insertions(+) create mode 100644 .gitea/workflows/for-testing.yaml diff --git a/.gitea/workflows/for-testing.yaml b/.gitea/workflows/for-testing.yaml new file mode 100644 index 0000000..87e6906 --- /dev/null +++ b/.gitea/workflows/for-testing.yaml @@ -0,0 +1,27 @@ +name: testing + +on: + push: + branches: + - main + +jobs: + main: + + name: Transport repo to testing directory + runs-on: ubuntu-latest + + container: + image: alpine/git + volumes: + - mnt/host/c/Users/Leter/AppData/Roaming/.minecraft/versions/TeStVISt-server/git-mods/TeStVISt-mods:/workspace/LeterZP/mods + defaults: + run: + working-directory: /workspace/LeterZP/mods + + + + steps: + - name: main + run: | + git pull origin main \ No newline at end of file diff --git a/.gitignore b/.gitignore index d9b2b47..1e5178b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,11 @@ *.zip shaderpacks +data +docker-compose.yaml +config.yaml + + + *forgematica* *mafglib* *AdvancementPlaques*