mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 08:45:04 +01:00
Fix typo
This commit is contained in:
parent
fef85caf5f
commit
84aeb11f8c
@ -7,7 +7,7 @@ task('deploy:symlink', function () {
|
||||
run("mv -T {{deploy_path}}/release {{current_path}}");
|
||||
} else {
|
||||
// Atomic symlink does not supported.
|
||||
// Will use simple≤ two steps switch.
|
||||
// Will use simple two steps switch.
|
||||
|
||||
run("cd {{deploy_path}} && {{bin/symlink}} {{release_path}} {{current_path}}"); // Atomic override symlink.
|
||||
run("cd {{deploy_path}} && rm release"); // Remove release link.
|
||||
|
Loading…
x
Reference in New Issue
Block a user