@@ -13,7 +13,7 @@ require 'recipe/deploy/release.php';
1313
1414## Configuration
1515### release_name
16- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L11 )
16+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L9 )
1717
1818The name of the release.
1919
@@ -26,7 +26,7 @@ return strval(intval($latest) + 1);
2626
2727
2828### releases_log
29- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L19 )
29+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L17 )
3030
3131Holds releases log from ` .dep/releases_log ` file.
3232:::info Autogenerated
@@ -37,7 +37,7 @@ The value of this configuration is autogenerated on access.
3737
3838
3939### releases_list
40- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L34 )
40+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L32 )
4141
4242Return list of release names on host.
4343:::info Autogenerated
@@ -48,7 +48,7 @@ The value of this configuration is autogenerated on access.
4848
4949
5050### release_path
51- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L61 )
51+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L59 )
5252
5353Return release path.
5454:::info Autogenerated
@@ -59,7 +59,7 @@ The value of this configuration is autogenerated on access.
5959
6060
6161### release_revision
62- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L72 )
62+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L70 )
6363
6464Current release revision. Usually a git hash.
6565
@@ -69,7 +69,7 @@ return run('cat {{release_path}}/REVISION');
6969
7070
7171### release_or_current_path
72- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L78 )
72+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L76 )
7373
7474Return the release path during a deployment
7575but fallback to the current path otherwise.
@@ -84,15 +84,15 @@ return $releaseExists ? get('release_path') : get('current_path');
8484## Tasks
8585
8686### deploy\: release {#deploy-release}
87- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L85 )
87+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L83 )
8888
8989Prepares release.
9090
9191Clean up unfinished releases and prepare next release
9292
9393
9494### releases {#releases}
95- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L160 )
95+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L158 )
9696
9797Shows releases list.
9898
0 commit comments