diff --git a/docs/applications/drupal/first-deployment-of-drupal.md b/docs/applications/drupal/first-deployment-of-drupal.md index 09da37b78b..d40b694150 100644 --- a/docs/applications/drupal/first-deployment-of-drupal.md +++ b/docs/applications/drupal/first-deployment-of-drupal.md @@ -19,13 +19,13 @@ git push This will trigger a push, and the Git hosting will inform Lagoon about this push via the configured webhook. -If all is correct, you will see a notification in your configured chat system \(Contact {{ defaults.helpstring }} for this\): +If all is correct, you will see a notification in your configured chat system \(Contact {{ defaults.helpstring }} to configure this\): ![Slack notification of a deployment starting.](../../images/first_deployment_slack_start.jpg) This tells you that Lagoon has just started to deploy your code. Depending on the size of the codebase and amount of containers, this will take a couple of seconds. Just relax. If you'd like to know what's happening now, check out the [Build and Deploy Process of Lagoon](../../concepts-basics/build-and-deploy-process.md). -You can also check your Lagoon UI to see the progress of any deployment \(Contact {{ defaults.helpstring }} for this\). +You can also check your Lagoon UI to see the progress of any deployment \(Contact {{ defaults.helpstring }} for the URL if you don't have it\). ## 3. A fail diff --git a/docs/using-lagoon-the-basics/first-deployment.md b/docs/using-lagoon-the-basics/first-deployment.md index 399743c181..0623732bc7 100644 --- a/docs/using-lagoon-the-basics/first-deployment.md +++ b/docs/using-lagoon-the-basics/first-deployment.md @@ -63,5 +63,5 @@ Did the deployment fail? Oh no! But we're here to help: 1. If you deployed a Drupal site, make sure to read the [Drupal-specific first deployment documentation](../applications/drupal/first-deployment-of-drupal.md), which explains why this happens. 2. Click on the `Logs` link in the error notification, it will tell you where in the deployment process the failure happened. -3. If you can't figure it out, just ask your Lagoon support, we are here to help! +3. If you can't figure it out, just ask your {{ defaults.helpstring }}, they are here to help! 4. Reach out to us in your support channel or in [the community Discord](https://discord.gg/te5hHe95JE).