Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the Rakefile to not use random fuckery #5

Open
andrewjkerr opened this issue Sep 7, 2016 · 0 comments
Open

Fix the Rakefile to not use random fuckery #5

andrewjkerr opened this issue Sep 7, 2016 · 0 comments
Assignees
Labels

Comments

@andrewjkerr
Copy link
Member

Holy crap. Why is the Rakefile so... weird?

Anyway, the current deploy process is this:

  1. Remove all files from _deploy (minus the .git folder)
  2. Copy generated files from jekyll build from public to _deploy
  3. cd _deploy && git add . && git commit -m {message} && git push

This seems all fine and dandy until you realize that _deploy needs to be it's own git repo. This means that the current setup process is to rm _deploy && git clone [ufsit.github.io repo] _deploy which is pretty silly in my opinion.

Following #3, the Rakefile should be updated to allow for an easier set up. #3 might solve this issue, but it might not. We'll see.

@andrewjkerr andrewjkerr added the bug label Sep 7, 2016
@andrewjkerr andrewjkerr self-assigned this Sep 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant