- Server operating system version
- Ubuntu 20.04 x86_64
- Plesk version and microupdate number
- Plesk Obsidian 18.0.51.0
Hello,
I am not sure how to further debug this so I came here for some help.
I have a subdomain, sub.example.com that runs a Laravel application which is connected to a remote git repository. The deployment of files does not work (e.g. moving the new contents to /var/www/vhosts/example.com/sub.example.com/), even though the git repository was successfully fetched.
- Running a Deploy using the Laravel extension → Deployment → Deploy pops up the "Deployment task is running" window, doing its thing, completes successfully, but no files are updated. Deployment mode is also set to "Automatic" in this screen and all deployment steps are ticked.
- Running a Deploy using the Git extension → Deployment → Deploy now pops up a similar window and finishes quickly with no errors given.
The git fetch was successful and I can see the last commit message. The subscription's user has /bin/bash access.
Some more info:
What am I missing? Thanks!
I am not sure how to further debug this so I came here for some help.
I have a subdomain, sub.example.com that runs a Laravel application which is connected to a remote git repository. The deployment of files does not work (e.g. moving the new contents to /var/www/vhosts/example.com/sub.example.com/), even though the git repository was successfully fetched.
- Running a Deploy using the Laravel extension → Deployment → Deploy pops up the "Deployment task is running" window, doing its thing, completes successfully, but no files are updated. Deployment mode is also set to "Automatic" in this screen and all deployment steps are ticked.
- Running a Deploy using the Git extension → Deployment → Deploy now pops up a similar window and finishes quickly with no errors given.
The git fetch was successful and I can see the last commit message. The subscription's user has /bin/bash access.
Some more info:
Code:
# plesk ext git --info -domain sub.example.com -name laravel_81f15e
Domain name: sub.example.com
Repository name: laravel_81f15e
Deployment path: /sub.example.com
Deployment mode: auto
Active branch: main
Repository type: pull
Remote URL: git@github.com:[...]/[...]
Webhook URL: https://[...].com:8443/modules/git/public/web-hook.php?uuid=[...]
Skip SSL verification: disabled
Run Post-Deploy Actions: disabled
Code:
# plesk ext git --deploy -domain sub.example.com -name laravel_81f15e
The repository "laravel_81f15e" information was fetched.
Code:
node@power:~/git/laravel_81f15e$ git log
commit a0bbb9cd8f45a6adda06cd712d1ed8157ea33efe (HEAD -> main)
Author: ###
Date: Fri Mar 24 08:35:45 2023 +0100
My last commit
Code:
# plesk version
Product version: Plesk Obsidian 18.0.51.0
OS version: Ubuntu 20.04 x86_64
Build date: 2023/03/10 09:00
Revision: 7de3d6afacb31f7ca7bdc07684f3b689cb7b0ef6
What am I missing? Thanks!