From 09d5e978b1c00b33cdf213bfadff0c500eb225d4 Mon Sep 17 00:00:00 2001 From: vindarel Date: Tue, 26 Sep 2023 12:57:36 +0200 Subject: [PATCH] build image: also load Deploy for #23 --- build-image.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/build-image.lisp b/build-image.lisp index 447ad91..12e7699 100644 --- a/build-image.lisp +++ b/build-image.lisp @@ -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.