1
0
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:
Holger Just 2015-12-08 11:08:14 +01:00
parent 23bc4bbbd0
commit 8fa3855704
2 changed files with 5 additions and 0 deletions

View File

@ -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'