From 396f3dcc30bf81da0baf39a0f783dc0adb967d74 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 11 Sep 2024 19:14:15 +0000 Subject: Added testing Gitea Action --- .gitea/workflows/deploy.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/deploy.yml (limited to '.gitea/workflows') diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml new file mode 100644 index 0000000..8c3994d --- /dev/null +++ b/.gitea/workflows/deploy.yml @@ -0,0 +1,9 @@ +name: Deploy +on: [push, pull_request] + +jobs: + build_and_deploy: + runs-on: self-hosted + steps: + - uses: actions/checkout@v4 + - run: echo "Deploying to production" -- cgit v1.2.3