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 12:12:08 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a284a805e07e8fe51ec574da170d6cd349b111eb
dokku
/
tests
/
apps
/
multi
/
check_deploy
3 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
use consistent bash shebang. closes #959
2015-02-08 22:34:35 -08:00
#!/usr/bin/env bash
save error in output if curl errors
2014-12-14 15:31:46 -08:00
set -e; curl -s -S "$1" | grep -q "Heroku Multi Buildpack on Dokku"
Reference in New Issue
Copy Permalink