Skip to content

Commit

Permalink
heroku deployment: remove any attempts to keep asdf:system-relative-p…
Browse files Browse the repository at this point in the history
…athname work after lisp image restart, because what I tries so far doesn't work and my application doesn't need any resources from file system
  • Loading branch information
avodonosov committed Mar 1, 2013
1 parent e6dc6f5 commit 043421a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions heroku-compile.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@
(ql:quickload :test-grid-server)

(print ">>> saving image tg-server...")
(asdf:clear-configuration)
(sb-ext:save-lisp-and-die (merge-pathnames "tg-server" *build-dir*)
:toplevel (lambda ()
(asdf:disable-output-translations) ;; just in case, although everything is loaded already
(setf ql:*quicklisp-home* (truename (merge-pathnames "quicklisp/" *default-pathname-defaults*)))
(ql:setup)
(tg-server:start :port (parse-integer (asdf::getenv "PORT"))
:smtp-password (asdf::getenv "SMTP_PASSWORD"))
(loop (sleep 1000)))
Expand Down

0 comments on commit 043421a

Please sign in to comment.