mirror of
https://github.com/meineerde/holgerjust.de.git
synced 2026-02-21 19:12:05 +00:00
Rendering .htaccess files is a bit more involved...
This commit is contained in:
parent
23bc4bbbd0
commit
8fa3855704
@ -204,6 +204,11 @@ configure :build do
|
||||
# set :http_prefix, "/Content/images/"
|
||||
end
|
||||
|
||||
after_build do
|
||||
# rename file after build
|
||||
File.rename 'build/.htaccess.apache', 'build/.htaccess'
|
||||
end
|
||||
|
||||
activate :deploy do |deploy|
|
||||
deploy.method = :rsync
|
||||
deploy.host = 'holgerjust.de'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user