Files
commafeed/.openshift/action_hooks/deploy

5 lines
249 B
Plaintext
Raw Normal View History

2013-03-20 20:33:42 +01:00
#!/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.