File tree 4 files changed +4
-4
lines changed
wordpress-official-starter
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ services:
37
37
gcb-puppeteer :
38
38
image : greencoding/puppeteer-chrome
39
39
setup-commands :
40
- - cp /tmp/repo/puppeteer-flow.js /var/www/puppeteer-flow.js
40
+ - cp /tmp/repo/wordpress-official-data/ puppeteer-flow.js /var/www/puppeteer-flow.js
41
41
networks :
42
42
- gcb-wordpress-mariadb-network
43
43
deploy :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
8
8
gcb-puppeteer :
9
9
image : greencoding/puppeteer-chrome
10
10
setup-commands :
11
- - cp /tmp/repo/puppeteer-flow.js /var/www/puppeteer-flow.js
11
+ - cp /tmp/repo/wordpress-official-starter/ puppeteer-flow.js /var/www/puppeteer-flow.js
12
12
networks :
13
13
- gcb-mariadb-wordpress-network
14
14
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
9
9
networks :
10
10
- gcb-hugo-apache-network
11
11
setup-commands :
12
- - cp -R /tmp/repo/htdocs /usr/local/apache2/
12
+ - cp -R /tmp/repo/wordpress-vs-hugo/hugo-apache/ htdocs /usr/local/apache2/
13
13
gcb-curl :
14
14
image : curlimages/curl
15
15
networks :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ services:
28
28
networks :
29
29
- wordpress-minimal-network
30
30
setup-commands :
31
- - cp /tmp/repo/wordpress.conf /etc/apache2/sites-enabled/wordpress.conf
31
+ - cp /tmp/repo/wordpress-vs-hugo/wordpress-minimal/wordpress .conf /etc/apache2/sites-enabled/wordpress.conf
32
32
gcb-curl :
33
33
image : curlimages/curl
34
34
networks :
You can’t perform that action at this time.
0 commit comments