removing staging

This commit is contained in:
Chris Rai
2024-03-13 14:05:48 -04:00
parent 0b0f365c58
commit bfdc0687b0
5 changed files with 20 additions and 139 deletions

View File

@@ -9,7 +9,6 @@ on:
type: choice
options:
- dev
- stage
- preprod
env:
@@ -54,8 +53,6 @@ jobs:
case ${ENV} in
dev)
ENVIRONMENT=dev;;
stage)
ENVIRONMENT=stg;;
preprod)
ENVIRONMENT=prd;;
*)