whitespace
This commit is contained in:
parent
dbaef1ead7
commit
ae68d40616
|
@ -115,7 +115,6 @@ Deploy your site to more than one configuration using environment variables.
|
|||
|
||||
```ruby
|
||||
# config.rb
|
||||
|
||||
case ENV['TARGET'].to_s.downcase
|
||||
when 'production'
|
||||
activate :deploy do |deploy|
|
||||
|
@ -134,7 +133,6 @@ end
|
|||
|
||||
```ruby
|
||||
# Rakefile
|
||||
|
||||
namespace :deploy do
|
||||
def deploy(env)
|
||||
puts "Deploying to #{env}"
|
||||
|
|
Loading…
Reference in a new issue