@@ -134,15 +134,14 @@ These directories are shared among all releases.
134134 'files',
135135 'var/log',
136136 'public/media',
137- 'public/theme',
138137 'public/thumbnail',
139138 'public/sitemap',
140139]
141140```
142141
143142
144143### writable_dirs
145- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L60 )
144+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L59 )
146145
147146Overrides [ writable_dirs] ( /docs/recipe/deploy/writable.md#writable_dirs ) from ` recipe/deploy/writable.php ` .
148147
@@ -168,7 +167,7 @@ Please note that the files in `config/jwt/*` receive special attention in the `s
168167
169168
170169### shopware_version
171- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L76 )
170+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L75 )
172171
173172This sets the shopware version to the version of the shopware console command.
174173
@@ -183,15 +182,15 @@ return $matches[0] ?? '6.6.0';
183182## Tasks
184183
185184### sw\: cache\: clear {#sw-cache-clear}
186- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L83 )
185+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L82 )
187186
188187
189188
190189This task remotely executes the ` cache:clear ` console command on the target server.
191190
192191
193192### sw\: cache\: warmup {#sw-cache-warmup}
194- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L89 )
193+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L88 )
195194
196195
197196
@@ -200,39 +199,39 @@ visits the website, doesn't have to wait for the cache to be built up.
200199
201200
202201### sw\: database\: migrate {#sw-database-migrate}
203- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L99 )
202+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L98 )
204203
205204
206205
207206This task remotely executes the ` database:migrate ` console command on the target server.
208207
209208
210209### sw\: plugin\: refresh {#sw-plugin-refresh}
211- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L103 )
210+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L102 )
212211
213212
214213
215214
216215
217216
218217### sw\: scheduled-task\: register {#sw-scheduled-task-register}
219- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L107 )
218+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L106 )
220219
221220
222221
223222
224223
225224
226225### sw\: theme\: refresh {#sw-theme-refresh}
227- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L111 )
226+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L110 )
228227
229228
230229
231230
232231
233232
234233### sw\: theme\: compile {#sw-theme-compile}
235- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L117 )
234+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L116 )
236235
237236
238237
@@ -241,23 +240,23 @@ to build the theme remotely instead of locally.
241240
242241
243242### sw\: plugin\: update\: all {#sw-plugin-update-all}
244- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L129 )
243+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L128 )
245244
246245
247246
248247
249248
250249
251250### sw\: writable\: jwt {#sw-writable-jwt}
252- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L139 )
251+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L138 )
253252
254253
255254
256255
257256
258257
259258### sw\: deploy {#sw-deploy}
260- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L146 )
259+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L145 )
261260
262261
263262
@@ -275,7 +274,7 @@ This task is group task which contains next tasks:
275274
276275
277276### deploy {#deploy}
278- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L157 )
277+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L156 )
279278
280279Deploys your project.
281280
@@ -292,23 +291,23 @@ This task is group task which contains next tasks:
292291
293292
294293### sw-build-without-db\: get-remote-config {#sw-build-without-db-get-remote-config}
295- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L176 )
294+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L175 )
296295
297296
298297
299298
300299
301300
302301### sw-build-without-db\: build {#sw-build-without-db-build}
303- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L189 )
302+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L188 )
304303
305304
306305
307306
308307
309308
310309### sw-build-without-db {#sw-build-without-db}
311- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L193 )
310+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L192 )
312311
313312
314313
0 commit comments