mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-04-19 08:56:12 +00:00
fix: correct source path in appspec.yml to point to server directory
This commit is contained in:
parent
389d0fe794
commit
3cf204363d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
version: 0.0
|
||||
os: linux
|
||||
files:
|
||||
- source: /
|
||||
- source: server/
|
||||
destination: /home/ubuntu/song-recognition
|
||||
hooks:
|
||||
BeforeInstall:
|
||||
|
|
Loading…
Add table
Reference in a new issue