fix: correct source path in appspec.yml to point to server directory

This commit is contained in:
Chigozirim Igweamaka 2025-04-07 02:23:56 +01:00
parent 389d0fe794
commit 3cf204363d

View file

@ -1,7 +1,7 @@
version: 0.0
os: linux
files:
- source: /
- source: server/
destination: /home/ubuntu/song-recognition
hooks:
BeforeInstall: