From ee3822468ad5fef07ab8736545fc1f2f6147c06f Mon Sep 17 00:00:00 2001 From: Mathieu Lamiot Date: Thu, 9 Nov 2023 16:04:32 +0100 Subject: [PATCH] Add Monies and RocketCDN App to deploy manager --- config/apps.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/apps.json b/config/apps.json index a240fe1..254a6a5 100644 --- a/config/apps.json +++ b/config/apps.json @@ -1,11 +1,13 @@ { "appList": { "Imagify App": "wpm-imagify-app", - "SaaS RUCSS": "wpm-rucss" + "SaaS RUCSS": "wpm-rucss", + "Monies": "wpm-monies", + "RocketCDN App": "wpm-rocketcdn-app" }, "envList": { "staging": "staging", - "test": "test", - "next": "next" + "next": "next", + "test": "test" } }