Add deployment workflow
Deploy Odoo / deploy (push) Failing after 3s

This commit is contained in:
2026-08-07 19:20:38 +00:00
parent 9dbfe60976
commit 9fdfbd7263
+16
View File
@@ -0,0 +1,16 @@
name: Deploy Odoo
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy
run: |
cd /home/main/Odoo
./deploy.sh