diff --git a/appspec.yml b/appspec.yml new file mode 100644 index 0000000..9312b60 --- /dev/null +++ b/appspec.yml @@ -0,0 +1,12 @@ +version: 0.0 +os: linux +files: + - source: / + destination: /home/ubuntu/song-recognition +hooks: + BeforeInstall: + - location: scripts/BeforeInstall.sh + AfterInstall: + - location: scripts/AfterInstall.sh + ApplicationStart: + - location: scripts/ApplicationStart.sh