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

4 lines
186 B
Bash
Executable File

#!/bin/bash
# This is a simple post deploy hook executed after your application
# is deployed and started. This script gets executed directly, so
# it could be python, php, ruby, etc.