namecoin.org icon indicating copy to clipboard operation
namecoin.org copied to clipboard

Add deploy scripts for namecoin.org website.

Open JeremyRand opened this issue 8 years ago • 8 comments

@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.

JeremyRand avatar Oct 08 '17 09:10 JeremyRand

@josephbisch any chance you could review this?

JeremyRand avatar Oct 27 '17 07:10 JeremyRand

@midnightmagic Any chance you could review this?

JeremyRand avatar Nov 21 '17 04:11 JeremyRand

@cassiniNMC any chance you could review this?

JeremyRand avatar Feb 21 '18 03:02 JeremyRand

@domob1812 Any chance you could review this?

JeremyRand avatar Mar 11 '18 10:03 JeremyRand

@brandonrobertz any chance you could review this?

JeremyRand avatar Apr 08 '18 13:04 JeremyRand

@hlandau any chance you could review this?

JeremyRand avatar Apr 17 '18 08:04 JeremyRand

@jonasbits Any chance you could review this?

JeremyRand avatar May 05 '18 03:05 JeremyRand

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?

yanmaani avatar Oct 19 '20 17:10 yanmaani