.openshift/action_hooks/pre_start

Summary

Maintainability
Test Coverage
#!/bin/bash

pushd ${OPENSHIFT_REPO_DIR} > /dev/null
RAILS_ENV='production' bundle exec rake secret:replace
popd > /dev/null