1
0
Fork 0
mirror of https://abf.rosa.ru/djam/valkey.git synced 2025-04-07 17:23:58 +00:00

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

This commit is contained in:
Sergey Zhemoytel 2025-01-08 00:39:37 +03:00
parent 7ca260649a
commit ab66099e56
2 changed files with 19 additions and 0 deletions
.gitea/workflows
.gitignore

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 Normal file
View file

@ -0,0 +1,3 @@
.*~
*~
.env