@@ -134,15 +134,14 @@ These directories are shared among all releases.
134
134
'files',
135
135
'var/log',
136
136
'public/media',
137
- 'public/theme',
138
137
'public/thumbnail',
139
138
'public/sitemap',
140
139
]
141
140
```
142
141
143
142
144
143
### 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 )
146
145
147
146
Overrides [ writable_dirs] ( /docs/recipe/deploy/writable.md#writable_dirs ) from ` recipe/deploy/writable.php ` .
148
147
@@ -168,7 +167,7 @@ Please note that the files in `config/jwt/*` receive special attention in the `s
168
167
169
168
170
169
### 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 )
172
171
173
172
This sets the shopware version to the version of the shopware console command.
174
173
@@ -183,15 +182,15 @@ return $matches[0] ?? '6.6.0';
183
182
## Tasks
184
183
185
184
### 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 )
187
186
188
187
189
188
190
189
This task remotely executes the ` cache:clear ` console command on the target server.
191
190
192
191
193
192
### 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 )
195
194
196
195
197
196
@@ -200,39 +199,39 @@ visits the website, doesn't have to wait for the cache to be built up.
200
199
201
200
202
201
### 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 )
204
203
205
204
206
205
207
206
This task remotely executes the ` database:migrate ` console command on the target server.
208
207
209
208
210
209
### 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 )
212
211
213
212
214
213
215
214
216
215
217
216
218
217
### 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 )
220
219
221
220
222
221
223
222
224
223
225
224
226
225
### 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 )
228
227
229
228
230
229
231
230
232
231
233
232
234
233
### 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 )
236
235
237
236
238
237
@@ -241,23 +240,23 @@ to build the theme remotely instead of locally.
241
240
242
241
243
242
### 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 )
245
244
246
245
247
246
248
247
249
248
250
249
251
250
### 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 )
253
252
254
253
255
254
256
255
257
256
258
257
259
258
### 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 )
261
260
262
261
263
262
@@ -275,7 +274,7 @@ This task is group task which contains next tasks:
275
274
276
275
277
276
### 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 )
279
278
280
279
Deploys your project.
281
280
@@ -292,23 +291,23 @@ This task is group task which contains next tasks:
292
291
293
292
294
293
### 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 )
296
295
297
296
298
297
299
298
300
299
301
300
302
301
### 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 )
304
303
305
304
306
305
307
306
308
307
309
308
310
309
### 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 )
312
311
313
312
314
313
0 commit comments