Skip to content

Support scripts for deploying to on-prem servers

License

Notifications You must be signed in to change notification settings

mbta/on_prem_deploy

Repository files navigation

on_prem_deploy

Support scripts for deploying to on-prem servers

Testing

PowerShell tests are written with Pester.

To run them from a Windows server:

.\InstallTestDependencies.ps1
.\RunPesterTests.ps1

To run them from a non-Windows server:

docker build -f Dockerfile.test .