My Jekyll files are stored in Bitbucket, and I would like to be able to automatically generate the _site folder on every new change that gets pushed. (Note, I don't want to push my _site folder to Git, that is out of the question.)
Once this _site is generated, I would then like to automatically deploy it to my webserver via FTP.
Is this at all possible? What are my options?