Files
dokku/tests/apps/nodejs-express/check_deploy
2013-06-23 02:55:38 -07:00

3 lines
56 B
Bash
Executable File

#!/bin/bash
set -e
test "$(curl $1)" == "nodejs/express"