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 caece26 commit 2ef50efCopy full SHA for 2ef50ef
‎src/Console/DeployCommand.php
@@ -105,13 +105,13 @@ public function handle(): void
105
return;
106
}
107
108
- $this->components->task("<fg=blue>✔</> Starting deployment for <fg=blue>{$this->project->name}</>", function () {
+ $this->components->task("<fg=blue>✔</> Starting Deployment for <fg=blue>{$this->project->name}</>", function () {
109
$this->api->deploy();
110
111
sleep(3);
112
});
113
114
- $this->components->task('<fg=blue>✔</> Fetching the <fg=blue>deployment</> ID', function () {
+ $this->components->task('<fg=blue>✔</> Fetching the <fg=blue>Deployment</> ID', function () {
115
$this->deployment = $this->api->getDeployments()->first();
116
117
0 commit comments