We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492cfc9 commit bbdf403Copy full SHA for bbdf403
git-deploy
@@ -11,7 +11,7 @@ function main() {
11
if ($args['revert']) {
12
$server->revert($git, $args['list_only']);
13
} else {
14
- $server->deploy($git, $git->interpret_target_commit($args['target_commit'], $server->server['branch']), $args['list_only']);
+ $server->deploy($git, $git->interpret_target_commit($args['target_commit'], $server->server['branch']), false, $args['list_only']);
15
}
16
17
0 commit comments