18 lines
562 B
YAML
18 lines
562 B
YAML
type: update
|
|
name: Relay
|
|
id: relay
|
|
description: Relay is a Redis client for WordPress that improves Redis performance by two orders of magnitude
|
|
envName: ${settings.envName}
|
|
|
|
targetNodes:
|
|
nodeGroup: 'cp'
|
|
|
|
onInstall:
|
|
- cmd [cp]: |-
|
|
curl -fsS https://deploy-proxy.mightybox.io/addons/relay/raw/branch/main/relay-install.sh | /bin/bash -s
|
|
user: root
|
|
|
|
- api [cp]: environment.control.RestartNodes
|
|
|
|
- cmd [${nodes.cp.master.id}]: |-
|
|
curl -fsS https://deploy-proxy.mightybox.io/addons/relay/raw/branch/main/ocp-install.sh | /bin/bash -s |