summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPhilipp Geyer <philipp@geyer.co.uk>2022-01-28 21:26:19 +0000
committerPhilipp Geyer <philipp@geyer.co.uk>2022-01-28 21:26:19 +0000
commit948e7d13c7cb99a615a540fe043a12d5dc242bda (patch)
tree9595d388cbc76bea111d4a0aae71048a3b5e06ce /scripts
parent20c376b022146a2e88f4c15690d28198f810463d (diff)
Adding deploy build script
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
new file mode 100755
index 0000000..b6d0580
--- /dev/null
+++ b/scripts/build.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+DIR=/home/ec2-user/philippgeyer.co.uk
+
+pushd ${DIR}
+
+make
+
+popd