From 4561a807cfc1703f3d959bdcc4a05b37a57919ad Mon Sep 17 00:00:00 2001 From: arystanbek Date: Wed, 12 Aug 2026 15:14:46 +0000 Subject: [PATCH] ci: add Gitea Actions deploy workflow --- .gitea/workflows/deploy.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitea/workflows/deploy.yml diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml new file mode 100644 index 0000000..d364904 --- /dev/null +++ b/.gitea/workflows/deploy.yml @@ -0,0 +1,10 @@ +name: deploy +on: + push: + branches: [main] +jobs: + deploy: + runs-on: self-hosted + steps: + - name: Deploy + run: /usr/local/bin/konturai-deploy.sh core