Skip to content

Commit 6e58c41

Browse files
lamATnginxtravisamartin
authored andcommitted
Add a new trigger to build push workflow (#554)
feat: Add a new trigger to build push workflow
1 parent 6d00bcc commit 6e58c41

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/build-push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Build and deploy (docs)
22
on:
3+
repository_dispatch:
4+
types: [trigger-preview-build]
35
workflow_call:
46
inputs:
57
environment:

content/includes/nim/clickhouse/cli-skip-clickhouse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ files:
88
{{< call-out "note" "Optional: Disable metrics collection" "" >}}
99
To skip downloading and installing ClickHouse, add the following flag to the script: `<flag-to-be-confirmed>`. This is useful if you do not plan to collect metrics.
1010

11-
If you skip ClickHouse, make sure to [disable metrics collection]({{< ref "nim/system-configuration/configure-clickhouse.md#disable-metrics-collection" >}}) in the `/etc/nms/nms.conf` configuration file after installation.
11+
If you skip ClickHouse, make sure to [disable metrics collection]({{< ref "nim/system-configuration/configure-clickhouse.md#disable-metrics-collection" >}}) in the `/etc/nms/nms.conf` configuration file after installing NGINX Instance Manager.
1212
{{< /call-out >}}

content/nim/deploy/vm-bare-metal/install-nim-deprecated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ NGINX Instance Manager uses ClickHouse to store metrics, events, alerts, and con
9191

9292
If you do not need to store metrics, you can skip the installation steps in this section. Instead, you must disable metrics collection in the `/etc/nms/nms.conf` configuration file.
9393

94-
For instructions, see [Turn Off ClickHouse]({{< ref "nim/system-configuration/configure-clickhouse.md#turn-off-clickhouse" >}}).
94+
For instructions, see [Disable metrics collection]({{< ref "nim/system-configuration/configure-clickhouse.md#disable-metrics-collection" >}}).
9595

9696
### Install ClickHouse to enable metrics
9797

content/nim/system-configuration/configure-clickhouse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Unless otherwise specified in the `/etc/nms/nms.conf` file, NGINX Instance Manag
4040

4141
As of version 2.20, NGINX Instance Manager can run without ClickHouse. This lightweight option reduces system requirements and simplifies installation for users who do not need metrics.
4242

43-
To disable metrics collection after installation:
43+
To disable metrics collection after installing NGINX Instance Manager:
4444

4545
1. Open the configuration file at `/etc/nms/nms.conf`.
4646

0 commit comments

Comments
 (0)