From 1fd2d73b2c66a7bd155e5994ee701a26a50acf2e Mon Sep 17 00:00:00 2001 From: Andreas Neue Date: Wed, 14 Jun 2023 14:50:52 +0200 Subject: [PATCH] README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 94471dd..183d0ab 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,6 @@ Relying only on GNU Make and simple CLI tools makes deployments robust and still ### Available options for DEPLOY_TYPE -copy, compose, swarm, k8s, helm, cron, apt, systemd (tbd). - #### simple Just copy the repo to the remote location(s). Put additional logic into build.sh, start.sh, pre-deploy.sh, and post-deploy.sh.