File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ The [deploy](#deploy) task of **Shopware** consists of:
33
33
* [ deploy: setup ] ( /docs/recipe/deploy/setup.md#deploysetup ) – Prepares host for deploy
34
34
* [ deploy: lock ] ( /docs/recipe/deploy/lock.md#deploylock ) – Locks deploy
35
35
* [ deploy: release ] ( /docs/recipe/deploy/release.md#deployrelease ) – Prepares release
36
- * [ deploy: update_code ] ( /docs/recipe/deploy/update_code .md#deployupdate_code ) – Updates code
36
+ * [ deploy: update_code ] ( /docs/recipe/shopware .md#deployupdate_code ) –
37
37
* [ deploy: shared ] ( /docs/recipe/deploy/shared.md#deployshared ) – Creates symlinks for shared files and dirs
38
38
* [ deploy: writable ] ( /docs/recipe/deploy/writable.md#deploywritable ) – Makes writable dirs
39
39
* [ sw: deploy ] ( /docs/recipe/shopware.md#swdeploy ) –
@@ -277,24 +277,32 @@ This task is group task which contains next tasks:
277
277
* [ deploy: publish ] ( /docs/recipe/common.md#deploypublish )
278
278
279
279
280
- ### sw-build-without-db : get-remote-config
280
+ ### deploy : update_code
281
281
[ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L153 )
282
282
283
283
284
284
285
285
286
286
287
287
288
+ ### sw-build-without-db: get-remote-config
289
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L163 )
290
+
291
+
292
+
293
+
294
+
295
+
288
296
### sw-build-without-db: build
289
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L166 )
297
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L176 )
290
298
291
299
292
300
293
301
294
302
295
303
296
304
### sw-build-without-db
297
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L170 )
305
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L180 )
298
306
299
307
300
308
You can’t perform that action at this time.
0 commit comments