Prerequisites
- Portway CLI installed (installation guide)
- Docker installed and running
- A
docker-compose.ymlfile in your project
Basic deployment
Deploy your application using your Docker Compose file:Environment-specific deployments
Deploy to a specific environment (e.g., staging, production):Deployment options
| Flag | Description |
|---|---|
-e, --environment | Environment name |
-p, --project | Project name |
--dry-run | Dry run |
--force | Force deploy |
--version | Version to tag compose file |