summaryrefslogtreecommitdiff
path: root/appspec.yml
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 /appspec.yml
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 'appspec.yml')
-rw-r--r--appspec.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/appspec.yml b/appspec.yml
deleted file mode 100644
index a7e1ff7..0000000
--- a/appspec.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-version: 0.0
-os: linux
-files:
- - source: /
- destination: /home/ec2-user/philippgeyer.co.uk
-hooks:
- AfterInstall:
- - location: scripts/permissions.sh
- timeout: 300
- runas: root
- ApplicationStart:
- - location: scripts/build.sh
- timeout: 300
- runas: ec2-user \ No newline at end of file