From d83d845a20ae93ca935063d1f590375968eb1d4b Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Mon, 6 Jan 2025 19:41:19 +0300 Subject: [PATCH] add workflows --- .gitea/workflows/ci.yml | 16 ++++++++++++++++ .gitignore | 3 +++ 2 files changed, 19 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..d5b8b48 --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -0,0 +1,16 @@ +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 }} + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f274c7c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.*~ +*~ +.env