Created
March 28, 2012 22:05
-
-
Save rrouse/2230966 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pushd ${OPENSHIFT_REPO_DIR} > /dev/null | |
bundle exec rake db:migrate RAILS_ENV="production" | |
popd > /dev/null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
remote: Emptying tmp dir: /var/lib/stickshift/65e64378d50247568571e6774076404f/acknowledged/jbossas-7/standalone/tmp/auth | |
remote: Emptying tmp dir: /var/lib/stickshift/65e64378d50247568571e6774076404f/acknowledged/jbossas-7/standalone/tmp/vfs | |
remote: Emptying tmp dir: /var/lib/stickshift/65e64378d50247568571e6774076404f/acknowledged/jbossas-7/standalone/tmp/work | |
remote: Running .openshift/action_hooks/deploy | |
remote: Bundler could not find compatible versions for gem "torquebox-security": | |
remote: In snapshot (Gemfile.lock): | |
remote: torquebox-security (2.0.0.cr1) | |
remote: | |
remote: In Gemfile: | |
remote: torquebox (= 2.0.0.cr1) depends on | |
remote: torquebox-security (= 2.0.0.cr1) | |
remote: | |
remote: Running `bundle update` will rebuild your snapshot from scratch, using only | |
remote: the gems in your Gemfile, which may resolve the conflict. | |
remote: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment