changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / deploy.lisp

changeset 253: ff7589f4656d
parent: 91cb7ffc5945
child: 6d526bd63943
author: Richard Westhaver <ellis@rwest.io>
date: Wed, 12 Jun 2024 13:56:58 -0400
permissions: -rw-r--r--
description: add caddy-webdav and xcaddy
1 ;;; deploy.lisp --- yeeting blobs across the yard
2 
3 ;;
4 
5 ;;; Code:
6 (in-package :std-user)
7 
8 (defpkg :infra/deploy
9  (:use :cl :skel :packy :dat/json))
10 
11 (in-package :infra/deploy)