@@ -40,9 +40,9 @@ |
||
40 | 40 | |
41 | 41 | if ($secret && $route) { |
42 | 42 | $message = "Here is the information you'll need to set up your webhook at Github:\n\n". |
43 | - "Payload URL: https://yourdomain.com/$route\n". |
|
44 | - "Secret: $secret\n\n". |
|
45 | - "You can display this information again by running `php artisan deploy:info`\n"; |
|
43 | + "Payload URL: https://yourdomain.com/$route\n". |
|
44 | + "Secret: $secret\n\n". |
|
45 | + "You can display this information again by running `php artisan deploy:info`\n"; |
|
46 | 46 | } |
47 | 47 | } else { |
48 | 48 | // create a new .env file and add the necessary keys |