Moving plugin to Root for release process

This commit is contained in:
Jarek Rozanski 2021-12-27 15:43:39 +01:00
parent 598dbb7b3a
commit 23ef5539eb
15 changed files with 5 additions and 5 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/data /data
/wordpress /wordpress
/docker/data
**/*.log **/*.log

View file

@ -1 +0,0 @@
docker/docker-compose.yaml

View file

@ -25,5 +25,5 @@ services:
WORDPRESS_DB_PASSWORD: wordpress_password WORDPRESS_DB_PASSWORD: wordpress_password
WORDPRESS_DB_NAME: wordpress_db WORDPRESS_DB_NAME: wordpress_db
volumes: volumes:
- "./wordpress:/var/www/html" - "../wordpress:/var/www/html"
- "./plugins:/var/www/html/wp-content/plugins" - "../wide-angle-analytics:/var/www/html/wp-content/plugins/wide-angle-analytics"

View file

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 133 KiB

Before After
Before After