Files
dokku/tests/apps/nodejs-express/check_deploy
2014-12-21 14:51:40 -08:00

3 lines
100 B
Bash
Executable File

#!/bin/bash
set -e; output="$(curl -s -S "$1")"; echo "$output"; test "$output" == "nodejs/express"