deploy type copy
This commit is contained in:
parent
37cbb51573
commit
cfc7d1ca0b
4 changed files with 45 additions and 27 deletions
27
README.md
27
README.md
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue