Giter VIP home page Giter VIP logo

deployerphp's Introduction

Deployer PHP Docker Image

Based on php latest 7 CLI Alpine and composer version 2.

Docker Hub

The relevant image will be built on docker hub.

Purpose

Provides a slim image with php cli and the deployer PHP tool.

Installed tools

Deployer PHP with its recipes, RSync, Git, Open SSH tools and Composer 2

Available commands

  • composer
  • curl
  • dep
  • rsync
  • git
  • ssh-*

Usage

The documentation for deployer be found here.

Use this image with docker run

Entrypoint is the dep tool.

docker run -it debreczeniandras/deployerphp --version
docker run -it debreczeniandras/deployerphp deploy

Use it in gitlab CI

In Gitlab CI override the default entrypoint, to get a shell.

deploy:staging:
  image:
    name: debreczeniandras/deployerphp:6
    entrypoint: [""]
  script:
    - dep deploy staging -v
  only:
    - master

deployerphp's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

dinidini

deployerphp's Issues

Push 7 beta tag

As mentioned by the maintainer of deployer, version 7 is stable enough (deployphp/deployer#2483)

It would be nice if you could push 7 beta version, something like:
composer require deployer/deployer:^7.0@beta

Note: since v7 recipes are incorporated in the package so deployer/recipes should not be installed.

PHP 8

Hello,

Thank you for your awesome work!

Do you have in your plans to add image with PHP 8?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.