build image: also load Deploy

for #23
This commit is contained in:
vindarel 2023-09-26 12:57:36 +02:00
parent d82e767241
commit 09d5e978b1

View file

@ -1,6 +1,7 @@
(in-package :cl-user)
(ql:quickload "deploy") ;; not used to build the image, but used in the .asd.
(ql:quickload "cl+ssl") ;; only because of Deploy's parameters.
;; (asdf:load-asd "./ciel.asd")
;; Bug on CI, needs an absolute pathname.