fix ci/cd
Deploy Odoo / deploy (push) Successful in 11s

This commit is contained in:
2026-08-07 21:02:27 +00:00
parent 4609419600
commit d5f4b62c11
+3 -9
View File
@@ -7,15 +7,9 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
runs-on: local
steps:
- name: SSH to server and run deploy script
uses: appleboy/ssh-action@v1.0.3
with:
host: 87.248.130.21
username: main
port: 9011
password: ${{ secrets.SERVER_PASSWORD }}
script: |
- name: Deploy Script
run: |
cd /home/main/Odoo
./deploy.sh