Files
dokku/tests/apps/php/check_deploy
2015-02-08 22:34:35 -08:00

3 lines
119 B
Bash
Executable File

#!/usr/bin/env bash
set -e; output="$(curl -s -S "$1")"; echo "$output"; test "$output" == "<html><h3>php</h3></html>"