obelisk icon indicating copy to clipboard operation
obelisk copied to clipboard

Publish Command

Open BennyHallett opened this issue 10 years ago • 2 comments

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:

  • SSH/SCP
  • RSync
  • Github Pages

BennyHallett avatar Oct 08 '14 21:10 BennyHallett

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

optikfluffel avatar Jan 23 '15 09:01 optikfluffel

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

BennyHallett avatar Jan 25 '15 20:01 BennyHallett