From c0b69a99f3d82de08523096ccc02d74a43ff0487 Mon Sep 17 00:00:00 2001 From: bjarneo Date: Thu, 28 Nov 2024 21:36:44 +0100 Subject: [PATCH] docs: update naming --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 02e0d54..ab773f3 100644 --- a/README.md +++ b/README.md @@ -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 + ## Prerequisites @@ -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 | |------------------|----------|----------------|-------------------------------------------------|