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
a284a805e07e8fe51ec574da170d6cd349b111eb
dokku
/
tests
/
apps
/
go
/
check_deploy
3 lines
62 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; test "$(curl -s -S "$1")" == "go"
Reference in New Issue
Copy Permalink