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-02 12:10:09 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7cf28ee01f134cc44cc00a76ae1ebb03faa2a983
dokku
/
tests
/
apps
/
python-flask
/
check_deploy
3 lines
98 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
save error in output if curl errors
2014-12-14 15:31:46 -08:00
set -e; output="$(curl -s -S "$1")"; echo "$output"; test "$output" == "python/flask"
Reference in New Issue
Copy Permalink