Add .gitignore and .gitea/workflows/ci.yml
Some checks failed
Run CI/CD... / main (push) Failing after 2m2s

This commit is contained in:
Your Name 2025-01-21 22:53:25 +00:00
parent 25d94dcc3f
commit dbd7ed5533

16
.gitea/workflows/ci.yml Normal file
View file

@ -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 }}