Skip to content

Commit

Permalink
docs: update naming
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarneo committed Nov 28, 2024
1 parent 0819829 commit c0b69a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copepod: Docker Deployment Tool

⚠️ **EXPERIMENTAL PROTOTYPE** - This tool is currently in experimental stage and should be used with caution in production environments.

# Pipe: A small and easy Docker deployment tool
A simple yet powerful Go-based CLI tool for automating Docker container deployments to remote servers without the use of a registry. This tool handles the entire deployment process including building Docker images, transferring them to remote hosts, and managing container lifecycle.

## Why the name pipe?
Because the docker image is piped through ssh and loaded to the docker instance

<https://github.com/user-attachments/assets/4034a7b3-67d6-4e9d-88ef-70bd6d1906d7>

## Prerequisites
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
## GitHub Action Inputs
When using Copepod as a GitHub Action, the following inputs are available:
When using Pipe as a GitHub Action, the following inputs are available:
| Input | Required | Default | Description |
|------------------|----------|----------------|-------------------------------------------------|
Expand Down

0 comments on commit c0b69a9

Please sign in to comment.