File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ sed -i -e 's/
[email protected] /'$MAILER_FROM'/g' $workdir/config/setting
28
28
[[ -z " $MAILER_PORT " ]] && MAILER_PORT=25
29
29
sed -i -e ' s/smtp_port: 25/smtp_port: ' $MAILER_PORT ' /g' $workdir /config/settings.yml
30
30
31
+ # ### SET UP ID KEY
32
+ sed -i -e ' s/#id_key: ""/id_key: "' $OSM_id_key ' "/g' $workdir /config/settings.yml
33
+
31
34
# ### CHECK IF DB IS ALREADY UP AND START THE APP
32
35
flag=true
33
36
while " $flag " = true ; do
@@ -39,7 +42,7 @@ while "$flag" = true; do
39
42
sleep 2
40
43
done &
41
44
42
- bundle exec rake assets:precompile --trace
45
+ # bundle exec rake assets:precompile --trace
43
46
bundle exec rails db:migrate
44
47
# Start the delayed jobs queue worker and Start the app
45
48
bundle exec rake jobs:work &
You can’t perform that action at this time.
0 commit comments