summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPhilipp Geyer <philipp@geyer.co.uk>2023-10-24 23:47:55 +0200
committerPhilipp Geyer <philipp@geyer.co.uk>2023-10-24 23:47:55 +0200
commit971337d54fc59f844d67e8882fc3435321c36bd3 (patch)
tree019b849b4395e6f13f76106c52403b904c5214b2 /scripts
parent653edf359d5072039f5d523421ab006521870e5f (diff)
Minor update
Resizing images Adding Egosoft to experience Changing site credits to add open sourcerers Removing AWS specific appspec file and scripts
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build.sh9
-rwxr-xr-xscripts/permissions.sh6
2 files changed, 0 insertions, 15 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
deleted file mode 100755
index b6d0580..0000000
--- a/scripts/build.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-DIR=/home/ec2-user/philippgeyer.co.uk
-
-pushd ${DIR}
-
-make
-
-popd
diff --git a/scripts/permissions.sh b/scripts/permissions.sh
deleted file mode 100755
index 0962a47..0000000
--- a/scripts/permissions.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-DIR=/home/ec2-user/philippgeyer.co.uk
-
-chown -R web:web ${DIR}
-chmod -R g+w ${DIR}