From 8df43aa5810c55c2b226ed895244827f9b460c6e Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Wed, 5 Feb 2020 16:47:09 -0700 Subject: add simple buildspec Using a special remote, AWS, the blog can automatically be built and deployed simply by pushing to this remote. Signed-off-by: Kenny Ballou --- buildspec.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 buildspec.yml diff --git a/buildspec.yml b/buildspec.yml new file mode 100644 index 0000000..8790946 --- /dev/null +++ b/buildspec.yml @@ -0,0 +1,7 @@ +version: 0.2 + +phases: + build: + commands: + - make + - make deploy -- cgit v1.2.1