This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
dokku
Watch
1
Star
0
Fork
0
You've already forked dokku
mirror of
https://github.com/dokku/dokku.git
synced
2026-09-03 04:32:26 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
96f0d8e2fa2fd85debc7be4e9b8f0556fa02cd01
dokku
/
tests
/
apps
/
python-flask
/
check_deploy
2 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
moving test apps into place with proper check_deploy scripts
2013-06-23 17:17:56 -07:00
#!/bin/bash
outputting result from curl for deploy debugging
2013-06-23 18:35:30 -07:00
set -e; output="$(curl -s $1)"; echo $output; test "$output" == "python/flask"
Reference in New Issue
Copy Permalink