From f473114e34e12970d24aab17277f569658f7f66c Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 23 Apr 2021 15:01:03 -0400 Subject: [PATCH] add digitalocean app deploy template --- .do/deploy.template.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .do/deploy.template.yaml diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml new file mode 100644 index 00000000..a1edf5de --- /dev/null +++ b/.do/deploy.template.yaml @@ -0,0 +1,4 @@ +spec: + services: + - name: archivebox + image: archivebox/archivebox:latest