From 3cf204363dbb41671494852314835142e199ec8b Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Mon, 7 Apr 2025 02:23:56 +0100 Subject: [PATCH] fix: correct source path in appspec.yml to point to server directory --- appspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appspec.yml b/appspec.yml index fd70996..64ee399 100644 --- a/appspec.yml +++ b/appspec.yml @@ -1,7 +1,7 @@ version: 0.0 os: linux files: - - source: / + - source: server/ destination: /home/ubuntu/song-recognition hooks: BeforeInstall: