Добавить .gitea/workflows/run-site.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s
Event Site Deployment / deploy-site (push) Successful in 4s

This commit is contained in:
2026-06-21 17:23:21 +00:00
parent 72f3787181
commit c173a30852

View File

@@ -0,0 +1,19 @@
name: Event Site Deployment
on:
push:
branches: [ "main", "master" ]
workflow_dispatch:
jobs:
deploy-site:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Show Website Files
run: |
echo "Сайт bimproekt успешно передан на раннер в CasaOS!"
ls -la