Update comment

This commit is contained in:
Anton Medvedev 2021-10-09 17:52:01 +02:00
parent 79cd299dc2
commit c40a1bc428

View File

@ -98,7 +98,7 @@ task('deploy:update_code', function () {
throw new ConfigurationException(parse("Unknown `update_code_strategy` option: {{update_code_strategy}}."));
}
// Save revision in .dep and in variable for later usage in scripts.
// Save git revision in REVISION file.
$rev = escapeshellarg(run("$git rev-list $at -1"));
run("echo $rev > {{release_path}}/REVISION");
});