From f062cc54a830f19f26e3f485d125b462fd772718 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Sat, 15 Feb 2025 00:05:39 +0300 Subject: [PATCH] 0.5.93 --- .gitea/workflows/ci.yml | 17 +++++++++++++++++ .gitignore | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 .gitea/workflows/ci.yml create mode 100644 .gitignore diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..dd7cf08 --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -0,0 +1,17 @@ +version: '1' + +name: Run CI/CD... + +on: [push] + +jobs: + main: + runs-on: r11_builder + steps: + - name: Jobs + uses: ${{ github.server_url }}/Djam/r11_workflows@main + with: + CI_DEPLOY: ${{ secrets.CI_DEPLOY }} + PUBLICATOR: ${{ secrets.PUBLICATOR }} + REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }} + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f274c7c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.*~ +*~ +.env