organize overlays by stages instead of envs

Signed-off-by: Kent <kent.rancourt@gmail.com>
This commit is contained in:
Kent
2023-07-11 12:56:36 -04:00
parent dc84502b8b
commit 59a9ef6993
6 changed files with 2 additions and 2 deletions

View File

@@ -7,11 +7,11 @@ data:
<!DOCTYPE html>
<html>
<head>
<title>stage</title>
<title>uat</title>
</head>
<body>
<h1>stage</h1>
<h1>uat</h1>
</body>
</html>