FIX: #0 Ensure Nginx has execute permission to traverse /home/ubuntu
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 57s
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 57s
This commit is contained in:
parent
0140cb21e0
commit
daade735c9
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ jobs:
|
|||
sudo mkdir -p /home/ubuntu/dolibarrbeta
|
||||
sudo chown -R ubuntu:ubuntu /home/ubuntu/dolibarrbeta
|
||||
tar -xzf /tmp/app.tar.gz -C /home/ubuntu/dolibarrbeta
|
||||
sudo chmod +x /home/ubuntu
|
||||
|
||||
# ── Ensure conf.php exists and is writable ────────────────
|
||||
mkdir -p /home/ubuntu/dolibarrbeta/htdocs/conf
|
||||
|
|
|
|||
Loading…
Reference in a new issue