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-02-24 20:19:52 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
00ec004871c3c8bc1dfdc496c3aefbf0922edabe
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