Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbta/on_prem_deploy
Support scripts for deploying to on-prem servers
https://github.com/mbta/on_prem_deploy
Last synced: about 1 month ago
JSON representation
Support scripts for deploying to on-prem servers
- Host: GitHub
- URL: https://github.com/mbta/on_prem_deploy
- Owner: mbta
- License: mit
- Created: 2022-08-03T20:28:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T23:35:03.000Z (about 2 months ago)
- Last Synced: 2024-11-08T00:27:06.696Z (about 2 months ago)
- Language: PowerShell
- Size: 359 KB
- Stars: 1
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# on_prem_deploy
Support scripts for deploying to on-prem servers## Testing
PowerShell tests are written with [Pester](https://pester.dev).
To run them from a Windows server:
``` powershell
.\InstallTestDependencies.ps1
.\RunPesterTests.ps1
```To run them from a non-Windows server:
``` sh
docker build -f Dockerfile.test .
```