-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add deploy scripts for namecoin.org website. #202
base: master
Are you sure you want to change the base?
Conversation
@josephbisch any chance you could review this? |
@midnightmagic Any chance you could review this? |
@cassiniNMC any chance you could review this? |
@domob1812 Any chance you could review this? |
@brandonrobertz any chance you could review this? |
@hlandau any chance you could review this? |
@jonasbits Any chance you could review this? |
These are big and difficult to audit, and might make more sense as a gist. Any particular reason to do all of this stuff, and not just clone into a temp dir, build, and rsync over? |
@cassiniNMC has expressed an interest in being able to deploy from Jekyll to the Namecoin website. These are the scripts I routinely use to deploy. They're slightly Qubes-specific (I run Jekyll in a dedicated offline VM), but it should be easy to adapt them to more standard GNU/Linux and macOS systems.
Note that the scripts aren't marked as executable (I figured making them executable might pose a security risk to the server), so you need to run them as
bash deploy_public.sh
instead of./deploy_public.sh
.