1
0
Fork 0
mirror of https://git.chefkoch.net/pub/make-deploy synced 2025-05-15 12:03:24 +00:00
This commit is contained in:
Andreas Neue 2023-06-14 14:50:52 +02:00
parent 243a69d856
commit 1fd2d73b2c

View file

@ -86,8 +86,6 @@ Relying only on GNU Make and simple CLI tools makes deployments robust and still
### Available options for DEPLOY_TYPE ### Available options for DEPLOY_TYPE
copy, compose, swarm, k8s, helm, cron, apt, systemd (tbd).
#### simple #### 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. Just copy the repo to the remote location(s). Put additional logic into build.sh, start.sh, pre-deploy.sh, and post-deploy.sh.