aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2020-02-05 16:47:09 -0700
committerKenny Ballou <kballou@devnulllabs.io>2020-02-05 16:47:09 -0700
commit8df43aa5810c55c2b226ed895244827f9b460c6e (patch)
treeb1b3bae64ef7080b3ea7a848146480c498e601ae
parentea2a3c3323b02cdb14dbfcc7a968677f36c9ec17 (diff)
downloadblog.kennyballou.com-8df43aa5810c55c2b226ed895244827f9b460c6e.tar.gz
blog.kennyballou.com-8df43aa5810c55c2b226ed895244827f9b460c6e.tar.xz
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 <kballou@devnulllabs.io>
-rw-r--r--buildspec.yml7
1 files changed, 7 insertions, 0 deletions
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