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.
deploy:update_code
1 parent 682d48a commit d34b80fCopy full SHA for d34b80f
1 file changed
recipe/shopware.php
@@ -148,6 +148,16 @@ function getPlugins(): array
148
'deploy:publish',
149
]);
150
151
+task('deploy:update_code')->setCallback(static function () {
152
+ upload('.', '{{release_path}}', [
153
+ 'options' => [
154
+ '--exclude=.git',
155
+ '--exclude=deploy.php',
156
+ '--exclude=node_modules',
157
+ ],
158
+ ]);
159
+});
160
+
161
task('sw-build-without-db:get-remote-config', static function () {
162
if (!test('[ -d {{current_path}} ]')) {
163
return;
0 commit comments