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