reinstalled drupal core using composer-drupal/drupal-project
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
COMPOSE_PROJECT_NAME=edlpd8
|
||||
|
||||
PROJECT_ROOT=./public_html
|
||||
PROJECT_ROOT=./src
|
||||
LEGACY_ROOT=./drupal6
|
||||
LOG_ROOT=./log
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
public_html/*
|
||||
src/*
|
||||
drupal6/*
|
||||
log/*
|
||||
*.sql
|
||||
*.back
|
||||
|
||||
+2
-2
@@ -1,3 +1,3 @@
|
||||
[submodule "public_html"]
|
||||
path = public_html
|
||||
[submodule "src"]
|
||||
path = src
|
||||
url = https://figureslibres.io/gogs/bachir/edlp_d8.git
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
server {
|
||||
listen 80 default_server;
|
||||
root /var/www/html;
|
||||
root /var/www/html/web;
|
||||
index index.html index.php;
|
||||
server_name *.encyclopediedelaparole.org;
|
||||
|
||||
|
||||
-1
Submodule public_html deleted from 1e009f88bf
Reference in New Issue
Block a user