Добавление .gitignore и .gitea/workflows/ci.yml

This commit is contained in:
Sergey Zhemoytel 2025-01-07 22:06:59 +03:00
parent a858c17e7c
commit 4e6c80e3f8
2 changed files with 17 additions and 2 deletions

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

3
.gitignore vendored
View file

@ -1,4 +1,3 @@
*.pem
.*~
*~
.env