Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit 2070e35

Browse files
author
Grant Kinney
committed
Move deploy command to composer.json
1 parent e052765 commit 2070e35

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

app.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
],
104104
"minimum-stability": "stable",
105105
"scripts": {
106-
"post-install-cmd": "cp -R plugins/* vendor/piwik/piwik/plugins/ && cp -R misc/* vendor/piwik/piwik/misc/ && cp -R icons/* vendor/piwik/piwik/plugins/Morpheus/icons/ && cp index.php vendor/piwik/piwik/ && cp config.ini.php vendor/piwik/piwik/config/"
106+
"post-install-cmd": "cp -R plugins/* vendor/piwik/piwik/plugins/ && cp -R misc/* vendor/piwik/piwik/misc/ && cp -R icons/* vendor/piwik/piwik/plugins/Morpheus/icons/ && cp index.php vendor/piwik/piwik/ && cp config.ini.php vendor/piwik/piwik/config/ && if [ -d .heroku ]; then cp $GEOIP_GEOLITE2_PATH$GEOIP_GEOLITE2_CITY_FILENAME $GEOIP_GEOLITE2_PATH$GEOIP_GEOLITE2_COUNTRY_FILENAME vendor/piwik/piwik/misc/; fi"
107107
},
108108
"extra": {
109109
"installer-paths": {

0 commit comments

Comments
 (0)