mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-16 09:16:32 +01:00
Fix git commit command
parent
81f6fedc80
commit
7936420fec
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ Installing Tracks 2.0 or newer on Heroku is fairly simple, here are the steps to
|
|||
<code>
|
||||
#config/site.yml
|
||||
</code>
|
||||
# Add the created site.yml with @git add config/site.yml@ and commit everything with @git -a@
|
||||
# Add the created site.yml with @git add config/site.yml@ and commit everything with @git commit -a@
|
||||
# Create a Heroku app on the Bamboo stack with @heroku create {NAME} --stack bamboo-ree-1.8.7@
|
||||
# Run @heroku config:add BUNDLE_WITHOUT="development:test:selenium"@ so that only gems needed for production are installed on Heroku
|
||||
# Push the commit with @git push heroku master@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue