changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/skel/tools/deploy.lisp

changeset 698: 96958d3eb5b0
parent: 9fa3b9154bb2
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 ;;; skel/tools/deploy.lisp --- skel deploy tool
2 
3 ;; Skel deployment extensions
4 
5 ;;; Commentary:
6 
7 ;; By 'deployment', we mean the final stage of production in our project
8 ;; pipeline, where artifacts are yeeted over to their final destination.
9 ;; Deployment can be covered on a per-project basis using the skel build
10 ;; system, but for large product bundles which ship multiple project pipelines
11 ;; this package will have the superior DX.
12 
13 ;;; Code:
14 (in-package :skel/tools/deploy)