deploy type copy

This commit is contained in:
Andreas Neue 2022-09-29 10:25:43 +02:00
parent 37cbb51573
commit cfc7d1ca0b
4 changed files with 45 additions and 27 deletions

View file

@ -34,10 +34,6 @@ Example `secrets.mk`:
## Usage
### Available options for DEPLOY_TYPE
compose, swarm, k8s (TBD), helm (TBD), cron (TBD)
### Start the deployment process
make deploy
@ -46,3 +42,26 @@ compose, swarm, k8s (TBD), helm (TBD), cron (TBD)
make create-docker-contexts
### Update make-deploy submodule in your project
make self-update
### Available options for DEPLOY_TYPE
copy, compose, swarm, k8s (TBD), helm (TBD), cron (TBD)
#### copy
Just copy the repo to the remote location(s). Put additional logic into pre- and post-deploy.sh.
#### compose
Docker Compose deployment.
##### swarm
Docker Swarm deployment.
##### k8s, helm, cron
To be implemented.