We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
current_path
current
1 parent bdd0705 commit a18fd64Copy full SHA for a18fd64
recipe/shopware.php
@@ -165,12 +165,12 @@ function getPlugins(): array
165
if (!test('[ -d {{current_path}} ]')) {
166
return;
167
}
168
- within('{{deploy_path}}/current', function () {
+ within('{{current_path}}', function () {
169
run('{{bin/php}} ./bin/console bundle:dump');
170
- download('{{deploy_path}}/current/var/plugins.json', './var/');
+ download('{{current_path}}/var/plugins.json', './var/');
171
172
run('{{bin/php}} ./bin/console theme:dump');
173
- download('{{deploy_path}}/current/files/theme-config', './files/');
+ download('{{current_path}}/files/theme-config', './files/');
174
});
175
176
0 commit comments