-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.bat
More file actions
10 lines (8 loc) · 1.14 KB
/
setup.bat
File metadata and controls
10 lines (8 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/autostructure/tomcat_automation_template/master/hiera.yaml', 'hiera.yaml')"
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/autostructure/tomcat_automation_template/master/Jenkinsfile', 'Jenkinsfile')"
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/autostructure/tomcat_automation_template/master/Dockerfile', 'Dockerfile')"
md deploy
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/autostructure/tomcat_automation_template/master/deploy/application-deployment.yaml', 'deploy\application-deployment.yaml')"
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/autostructure/tomcat_automation_template/master/deploy/dev-application-db-secrets.yaml', 'deploy\dev-application-db-secrets.yaml')"
md data
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/autostructure/tomcat_automation_template/master/data/common.yaml', 'data\common.yaml')"