Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 363 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 363 Bytes

paper-pusher

A Clojure library designed to ... well, that part is up to you.

Usage

Release

Here's how we release paper pusher (assuming we ever do it again):

docker build -t aclaimant/paper-pusher --platform linux/amd64 .
docker tag aclaimant/paper-pusher:latest aclaimant/paper-pusher:$(date "+%Y%m%d")
docker push aclaimant/paper-pusher -a