move hosts and cert update to run

This commit is contained in:
Cory Forsstrom
2020-02-26 17:34:44 -08:00
parent cb4cdee360
commit 2d5b7ab7d2
4 changed files with 28 additions and 12 deletions

View File

@@ -1,9 +1,4 @@
#!/bin/bash
export IP=$(getent ahostsv4 freegamez.ga | awk '{ print $1 }' | head -1)
docker build -t taylorbourne/xteve_lazystream \
--add-host="mf.svc.nhl.com:$IP" \
--add-host="playback.svcs.mlb.com:$IP" \
--add-host="mlb-ws-mf.media.mlb.com:$IP" \
.