diff options
| author | Philipp Geyer <philipp@geyer.co.uk> | 2022-01-28 21:26:19 +0000 |
|---|---|---|
| committer | Philipp Geyer <philipp@geyer.co.uk> | 2022-01-28 21:26:19 +0000 |
| commit | 948e7d13c7cb99a615a540fe043a12d5dc242bda (patch) | |
| tree | 9595d388cbc76bea111d4a0aae71048a3b5e06ce /scripts/build.sh | |
| parent | 20c376b022146a2e88f4c15690d28198f810463d (diff) | |
Adding deploy build script
Diffstat (limited to 'scripts/build.sh')
| -rwxr-xr-x | scripts/build.sh | 9 |
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 |
