fgrehm on master
Update README.md (compare)
commands:
foreman:
publish: ['5000:5000']
rake:
# Nothing to do here
console:
cmd: ["rails", "console"]
.devsteprc
or $HOME/.devsteprc
, with the upcoming 0.2.0 release that configuration file will change to a yaml file but the docs will be kept at http://fgrehm.viewdocs.io/devstep/cli/configuration ;)
L=$HOME/bin/devstep && curl -sL https://github.com/fgrehm/devstep-cli/releases/download/v0.1.0/devstep > $L && chmod +x $L
links
option on your devstep.yml
:)
.git
only exits in the main proj. When I run devstep hack inside a sub project my-proj/lib/sub-proj
I get the following error: fatal: Not a git repository (or any parent up to mount point /home/brennovich/code/auction)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
==> Creating container using 'fgrehm/devstep:v0.4.0'
-----> Building project at '/workspace' with the following buildpacks:
- /opt/devstep/buildpacks/ruby
-----> Building with /opt/devstep/buildpacks/ruby
Unable to identify the project ruby version, setting to 2.2.2
Downloading and installing ruby-2.2.2 (cedar-14)...
WARNING: 2.2.2 is not available for Heroku's Cedar 14 stack, attempting to use the Cedar stack Ruby.
Downloading and installing ruby-2.2.2 (cedar)...
Error installing ruby!
tail: cannot open ‘/tmp/build.log’ for reading: No such file or directory