aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/start-solo-tool.sh
blob: dc3ec3b84604d8456e67fa7294a73e1349f53546 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/bash

# Wait until git server is reachable
until ping -c1 git.0xf7.com >/dev/null 2>&1; do :; done

# Get latest version
git pull

# Run web UI
export ST_USER=$(cat %d/st_user)
export ST_PASS=$(cat %d/st_pass)
make web-deploy