Skip to content

Commit

Permalink
Merge pull request #57 from wp-media/develop
Browse files Browse the repository at this point in the history
Add Monies and RocketCDN App to deploy manager
  • Loading branch information
MathieuLamiot authored Nov 9, 2023
2 parents 81b30fd + ee38224 commit a181531
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/apps.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit a181531

Please sign in to comment.