fix ci/cd
Deploy Odoo / deploy (push) Failing after 35s

This commit is contained in:
2026-08-07 20:47:01 +00:00
parent 9fdfbd7263
commit 4609419600
+10 -5
View File
@@ -8,9 +8,14 @@ on:
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Deploy - name: SSH to server and run deploy script
run: | uses: appleboy/ssh-action@v1.0.3
cd /home/main/Odoo with:
./deploy.sh host: 87.248.130.21
username: main
port: 9011
password: ${{ secrets.SERVER_PASSWORD }}
script: |
cd /home/main/Odoo
./deploy.sh