#!/bin/bash

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