Files
commafeed/.openshift/action_hooks/deploy
2013-03-22 07:36:51 +01:00

5 lines
249 B
Bash
Executable File

#!/bin/bash
# This deploy hook gets executed after dependencies are resolved and the
# build hook has been run but before the application has been started back
# up again. This script gets executed directly, so it could be python, php,
# ruby, etc.