Gitea WorkFlow
This commit is contained in:
parent
4ee8040096
commit
b8fef5d0af
Binary file not shown.
|
@ -0,0 +1,16 @@
|
|||
name: Обновление сайта базы знаний
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
site_update:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Обновляю сайт
|
||||
run: |
|
||||
docker container restart "$CONTAINER_ID"
|
||||
env:
|
||||
TOKEN: ${{ secrets.CONTAINER_ID }}
|
Loading…
Reference in New Issue