chore: update deployer config to be run on the host
This commit is contained in:
+6
-1
@@ -5,6 +5,9 @@ require 'recipe/typo3.php';
|
|||||||
require 'contrib/rsync.php';
|
require 'contrib/rsync.php';
|
||||||
require 'contrib/cachetool.php';
|
require 'contrib/cachetool.php';
|
||||||
|
|
||||||
|
// Use cachetool version compatible with PHP 7.4 on the host
|
||||||
|
set('cachetool_url', 'https://github.com/gordalina/cachetool/releases/download/7.0.0/cachetool.phar');
|
||||||
|
|
||||||
set('typo3_webroot', 'public');
|
set('typo3_webroot', 'public');
|
||||||
set('application', 'ep-reisen-typo3');
|
set('application', 'ep-reisen-typo3');
|
||||||
set('keep_releases', 3);
|
set('keep_releases', 3);
|
||||||
@@ -113,7 +116,9 @@ task('deploy:buspronet:symlink', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
task ('deploy:assets:build', function () {
|
task ('deploy:assets:build', function () {
|
||||||
runLocally('npm i && npm rebuild node-sass && npm run build');
|
runLocally('ddev exec npm ci');
|
||||||
|
runLocally('ddev exec npm rebuild node-sass');
|
||||||
|
runLocally('ddev exec npm run build');
|
||||||
});
|
});
|
||||||
|
|
||||||
task('typo3:database:migrate', function () {
|
task('typo3:database:migrate', function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user