aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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