ci: add Gitea Actions workflow v1.0.181
Deploy contracts-flask / validate (push) Waiting to run

This commit is contained in:
2026-06-29 10:48:34 +04:00
parent 3950540fc4
commit 91ec863b4f
+23
View File
@@ -0,0 +1,23 @@
name: Deploy contracts-flask
run-name: 🚀 ${{ gitea.actor }} pushed — validating
on:
push:
branches: [master]
jobs:
validate:
runs-on: linux_amd64:host
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Python syntax check
run: |
python3 -c "import py_compile; py_compile.compile('site/app.py', doraise=True)"
echo "✅ app.py — syntax OK"
- name: Deploy note
run: |
echo "📦 Ready for manual redeploy via Nubes UI"
echo "🔗 https://contractor.pythonk8s.services.ngcloud.ru"