mark2web/website/config.yml
Sebastian Frank 70d7497eda
All checks were successful
continuous-integration/drone/push Build is passing
better project layout
2019-03-19 11:15:32 +01:00

15 lines
291 B
YAML

Webserver:
Type: "apache" # generates .htaccess
Assets:
FromPath: "project-files"
ToPath: "project-files"
Action: "copy" # symlink, copy or move
FixTemplate: # change path in html templates, no <base> used
Find: "project-files/"
Replace: ""
OtherFiles:
Action: "copy"