https://github.com/mimani68/deployment-server
On-premise deployment engine
https://github.com/mimani68/deployment-server
deployment devops-tools docker docker-compose docker-swarm laravel services
Last synced: 2 months ago
JSON representation
On-premise deployment engine
- Host: GitHub
- URL: https://github.com/mimani68/deployment-server
- Owner: mimani68
- Created: 2021-05-29T05:27:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T05:31:44.000Z (about 5 years ago)
- Last Synced: 2025-04-03T06:36:49.883Z (about 1 year ago)
- Topics: deployment, devops-tools, docker, docker-compose, docker-swarm, laravel, services
- Language: PHP
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install lumon
```bash
docker run --rm -i -v $(pwd):/app composer:2.0.14 create-project --prefer-dist laravel/lumen deployment-server
```
docker-compose -p deploy-manager build --build-arg DB_DATABASE="app"
docker-compose -p deploy-manager up
# Usage
```bash
curl -XPOST localhost:7024/api/v1/deploy/stage/canery
curl -XPOST localhost:7024/api/v1/deploy/stage/bg
curl -XPOST localhost:7024/api/v1/deploy/production/canery/98h2q56
curl -XPOST localhost:7024/api/v1/deploy/production/bg/3h8c3jd
```