Skip to content

dellg5/docker-phploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

docker-phploy

A Docker container for PHPloy that can be used as-is or as a Gitlab-CI docker runner. PHPloy is a command-line tool for deploying a Git Repository over (S)FTP.

How to Build

Build from Dockerfile:

docker build --no-cache -t dellg5/phploy .

Verify build:

docker run --rm -it dellg5/phploy phploy

Usage

  1. Install the dellg5/phploy container (optional - this step is performed by Docker automatically when running the container):
docker pull dellg5/phploy
  1. Run the docker container like this:
docker run --rm -it -v $(pwd):/app dellg5/phploy phploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published