BennyHallett / obelisk

Static Site Generator written in Elixir.
MIT License
393 stars 34 forks source link

Publish Command #6

Open BennyHallett opened 10 years ago

BennyHallett commented 10 years ago

Need a command to publish the built site via various methods.

Task should do a build first to ensure it's up to date, but provide an option to not do a build.

$ mix obelisk publish
$ mix obelisk publish --no-build

Methods could include:

optikfluffel commented 9 years ago

I know it's a little old-school but what about good old FTP? Oh and maybe S3 would be cool too? ^^

BennyHallett commented 9 years ago

Yeah that'd be cool. I think it should be fairly extensible, so that we can easily add new providers.