gci deploy
Deploy the current project to the configured server.
Usage
bash
gci deploy [config_file]Useful flags
--server <name>: override server fromgci.toml.
What it does
- Runs
build_localif configured. - Syncs files to remote service directory.
- Runs
build_remoteif configured. - Renders stack compose files automatically and syncs them.
- Runs driver deploy actions (Docker Swarm).
Example
bash
gci deploy
gci deploy ./gci.toml --server staging