File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ to build the theme remotely instead of locally.
256
256
257
257
258
258
### sw\: deploy {#sw-deploy}
259
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L145 )
259
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L148 )
260
260
261
261
262
262
@@ -274,7 +274,7 @@ This task is group task which contains next tasks:
274
274
275
275
276
276
### deploy {#deploy}
277
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L156 )
277
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L159 )
278
278
279
279
Deploys your project.
280
280
@@ -291,23 +291,23 @@ This task is group task which contains next tasks:
291
291
292
292
293
293
### sw-build-without-db\: get-remote-config {#sw-build-without-db-get-remote-config}
294
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L175 )
294
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L178 )
295
295
296
296
297
297
298
298
299
299
300
300
301
301
### sw-build-without-db\: build {#sw-build-without-db-build}
302
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L188 )
302
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L191 )
303
303
304
304
305
305
306
306
307
307
308
308
309
309
### sw-build-without-db {#sw-build-without-db}
310
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L192 )
310
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L195 )
311
311
312
312
313
313
Original file line number Diff line number Diff line change @@ -136,6 +136,9 @@ function getPlugins(): array
136
136
});
137
137
138
138
task ('sw:writable:jwt ' , static function () {
139
+ if (!test ('[ -d {{deploy_path}}/config/jwt/ ] ' )) {
140
+ return ;
141
+ }
139
142
run ('cd {{release_path}} && chmod -R 660 config/jwt/* ' );
140
143
});
141
144
You can’t perform that action at this time.
0 commit comments