mirror of
https://github.com/jcwimer/startup-infrastructure
synced 2026-04-19 05:53:17 +00:00
Used dos2unix to convert all files in repo to unix and set up Traefik service
This commit is contained in:
@@ -44,6 +44,9 @@ function run-tests {
|
||||
testbash "The swarm has a leader" \
|
||||
"test ${number_of_docker_leaders} -eq 1"
|
||||
|
||||
testbash "Traefik got deployed" \
|
||||
"vagrant ssh client -c 'curl --silent http://swarm.test.com:8081/ping | grep OK > /dev/null'"
|
||||
|
||||
}
|
||||
|
||||
function destroy-infrastructure {
|
||||
|
||||
Reference in New Issue
Block a user