Fix CI/CD: venv + deploy
Some checks failed
FreeVops Deploy / deploy (push) Has been cancelled

This commit is contained in:
peginelab 2025-12-23 02:48:00 +03:00
commit 1c24444cd4

View file

@ -0,0 +1,15 @@
name: FreeVops Deploy
on: [push]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run pitools
run: |
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt || echo "No requirements"
python3 pitools.py test_v3.prj
- name: Deploy to production
run: echo "🚀 FreeVops 1.0 DEPLOYED!" && ls -la