CEC-2693 devops deploy to new production (#221)

* dev

* bump

* bump

* bump

* tweak

* bump

* staging

* prod

* deploy both?

* cleanup

* final

* oops
This commit is contained in:
Rafi Greenberg
2022-10-21 11:15:29 -07:00
committed by GitHub
parent d9b7793eb5
commit 525c1ca6d5
4 changed files with 58 additions and 9 deletions

View File

@@ -37,6 +37,7 @@
"build:dev": "env-cmd -f .env.dev react-scripts build",
"build:stg": "env-cmd -f .env.stg react-scripts build",
"build:prd": "env-cmd -f .env.prd react-scripts build",
"build:cec-prd": "env-cmd -f .env.cec-prd react-scripts build",
"build:local": "env-cmd -f .env.local react-scripts build",
"test": "env-cmd -f .env.local react-scripts test --no-cache",
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
@@ -78,4 +79,4 @@
"lcov"
]
}
}
}