|
@ -80,6 +80,8 @@ sed -ri "s/^(<\?php)/\1\n\ini_set('memory.limit', '1024M');/" \ |
|
|
web/index.php bin/console |
|
|
web/index.php bin/console |
|
|
sed -ri "s%dirname\(__DIR__\)\.'%'/opt/apps/gogocarto%g" \ |
|
|
sed -ri "s%dirname\(__DIR__\)\.'%'/opt/apps/gogocarto%g" \ |
|
|
web/index.php |
|
|
web/index.php |
|
|
|
|
|
sed -ri "s/gogocarto_default/'%env(MONGODB_DATABASE)%_default'/g" \ |
|
|
|
|
|
config/packages/doctrine_mongodb.yaml |
|
|
commit_sha=$(git describe HEAD --tags) |
|
|
commit_sha=$(git describe HEAD --tags) |
|
|
tar cjv \ |
|
|
tar cjv \ |
|
|
bin web vendor config src templates translations \ |
|
|
bin web vendor config src templates translations \ |
|
|