File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,15 @@ modules:
51
51
- install -Dm755 ../run.sh /app/bin/multiscrobbler
52
52
subdir : main
53
53
sources :
54
+ # use for official releases
54
55
- type : git
55
56
url : https://github.com/FoxxMD/multi-scrobbler
56
- branch : REPLACE_ME
57
- commit : REPLACE_ME
57
+ tag : 0.6.3
58
+ commit : 4bd996eb466137ffc5c3f48305afabde03720525
58
59
dest : main
60
+ # use if developing locally
61
+ # - type: dir
62
+ # path: /home/yourUser/multi-scrobbler
59
63
# Wrapper to launch the app
60
64
- type : script
61
65
dest-filename : run.sh
@@ -70,6 +74,6 @@ modules:
70
74
cp -r /app/lib/config/. "${XDG_CONFIG_HOME}"/
71
75
#cp /app/lib/defaultConfig.json $XDG_CONFIG_HOME/config.json
72
76
fi
73
- - cd /app/lib && CONFIG_DIR=$XDG_CONFIG_HOME IS_LOCAL=true NODE_ENV=production node build/server.js
77
+ - cd /app/lib && CONFIG_DIR=$XDG_CONFIG_HOME LOG_DIR=$XDG_CONFIG_HOME IS_LOCAL=true NODE_ENV=production node build/server.js
74
78
75
79
- generated-sources.json
You can’t perform that action at this time.
0 commit comments