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