Skip to content

Commit

Permalink
updated to put when these happen :(
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie Gladmon committed Mar 4, 2013
1 parent 5a9e9fe commit a7647ab
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .openshift/action_hooks/build
Expand Up @@ -3,3 +3,4 @@
# available. Otherwise it will execute while your application is stopped
# before the deploy step. This script gets executed directly, so it
# could be python, php, ruby, etc.
echo "BUILD"
3 changes: 2 additions & 1 deletion .openshift/action_hooks/deploy
Expand Up @@ -7,4 +7,5 @@
# Run db:migrate
#pushd ${OPENSHIFT_REPO_DIR} > /dev/null
#bundle exec rake db:migrate RAILS_ENV="production"
#popd > /dev/null
#popd > /dev/null
echo "DePlOy"
1 change: 1 addition & 0 deletions .openshift/action_hooks/post_deploy
Expand Up @@ -2,3 +2,4 @@
# 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.
echo "post-deploy!"
1 change: 1 addition & 0 deletions .openshift/action_hooks/post_start_ruby-1.9
Expand Up @@ -12,3 +12,4 @@
# prevent your application from stopping cleanly or starting at all.
# Application start and stop is subject to different timeouts
# throughout the system.
echo "post-start!"
1 change: 1 addition & 0 deletions .openshift/action_hooks/post_stop_ruby-1.9
Expand Up @@ -12,3 +12,4 @@
# prevent your application from stopping cleanly or starting at all.
# Application start and stop is subject to different timeouts
# throughout the system.
echo "post stop!"
1 change: 1 addition & 0 deletions .openshift/action_hooks/pre_build
Expand Up @@ -3,3 +3,4 @@
# available. Otherwise it will execute while your application is stopped
# before the build step. This script gets executed directly, so it
# could be python, php, ruby, etc.
echo "PreBUILD"
2 changes: 1 addition & 1 deletion .openshift/action_hooks/pre_start_ruby-1.9
Expand Up @@ -12,5 +12,5 @@
# prevent your application from stopping cleanly or starting at all.
# Application start and stop is subject to different timeouts
# throughout the system.
echo "Sourcing ENV info..."
echo "Sourcing ENV info... $(whoami)"
source ~/app-root/data/.bash_profile
1 change: 1 addition & 0 deletions .openshift/action_hooks/pre_stop_ruby-1.9
Expand Up @@ -12,3 +12,4 @@
# prevent your application from stopping cleanly or starting at all.
# Application start and stop is subject to different timeouts
# throughout the system.
echo "PreStop"

0 comments on commit a7647ab

Please sign in to comment.