mirror of
https://github.com/danog/sass-site.git
synced 2024-11-30 04:29:17 +01:00
Adding some notes about how to deploy and how to clean
This commit is contained in:
parent
007f9d96e3
commit
9d83c5e7f8
@ -29,6 +29,18 @@ bundle install
|
||||
bundle exec middleman
|
||||
```
|
||||
|
||||
## Deploying
|
||||
|
||||
If you're lucky enough to be one of our deployers, then just run the following
|
||||
command from master branch... and MAKE SURE YOUR WORKING COPY IS CLEAN!
|
||||
|
||||
```
|
||||
rake deploy
|
||||
```
|
||||
|
||||
It's that easy.
|
||||
|
||||
If something goes wrong, make sure to run `rake clean`
|
||||
|
||||
Thanks!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user