@@ -18,35 +18,35 @@ The name of the release.
1818
1919
2020### releases_log
21- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L16 )
21+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L14 )
2222
2323Holds releases log from ` .dep/releases_log ` file.
2424
2525
2626
2727### releases_list
28- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L41 )
28+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L39 )
2929
3030Return list of release names on host.
3131
3232
3333
3434### release_path
35- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L68 )
35+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L66 )
3636
3737Return release path.
3838
3939
4040
4141### release_revision
42- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L79 )
42+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L77 )
4343
4444Current release revision. Usually a git hash.
4545
4646
4747
4848### release_or_current_path
49- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L85 )
49+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L83 )
5050
5151Return the release path during a deployment
5252but fallback to the current path otherwise.
@@ -57,15 +57,15 @@ but fallback to the current path otherwise.
5757## Tasks
5858
5959### deploy: release
60- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L92 )
60+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L90 )
6161
6262Prepare release.
6363
6464Clean up unfinished releases and prepare next release
6565
6666
6767### releases
68- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L141 )
68+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/deploy/release.php#L144 )
6969
7070Show releases list.
7171
0 commit comments