All Projects → herloct → docker-deployer

herloct / docker-deployer

Licence: MIT license
Docker image for PHP Deployer.

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-deployer

deployer-extended-wordpress
Deployer based deployment for WordPress with media and database synchronisation.
Stars: ✭ 24 (+0%)
Mutual labels:  deployment, deployer
Github Pages Deploy Action
Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like.
Stars: ✭ 2,507 (+10345.83%)
Mutual labels:  deployment, deployer
deployer-php-action
Deploy PHP projects using Deployer from Github Actions
Stars: ✭ 57 (+137.5%)
Mutual labels:  deployment, deployer
Deploy
Ansible role to deploy scripting applications like PHP, Python, Ruby, etc. in a capistrano style
Stars: ✭ 2,141 (+8820.83%)
Mutual labels:  deployment, deployer
example-deployer-slim
Example project for deployment PHP project (Slim Framwork) by Deployer
Stars: ✭ 32 (+33.33%)
Mutual labels:  deployment, deployer
deployer
a Go docker-compose multi-stages deployer.
Stars: ✭ 24 (+0%)
Mutual labels:  deployment
learn
The best path to .Net Microservices Udemy Learning Path. .Net world evolving to the microservices and Cloud-native systems to provide rapid change, large scale, and resilience cutting-edge systems. Cloud-native microservices empower organizations to build and run scalable applications in modern, dynamic environments such as public, private, and …
Stars: ✭ 24 (+0%)
Mutual labels:  deployment
useful-playbooks
🚚 Useful Ansible playbooks for easily deploy your website or webapp to absolutely fresh remote virtual server and automation many processes. Only 3 minutes from the playbook run to complete setup server and start it.
Stars: ✭ 52 (+116.67%)
Mutual labels:  deployment
server-instant-start
Spin up a fully configured Ubuntu/Debian-based web server in under 10 minutes with Nginx (w/ HTTPS), PHP FPM, Postfix, OpenDKIM, MySQL/MariaDB, PostgreSQL, and more. Deploy your web application too.
Stars: ✭ 17 (-29.17%)
Mutual labels:  deployment
ionic-workflow-guide
Create a full and powerful worflow with Ionic (Unit Testing, Environment variables, Automatic documentation, Production App Server, Automatic deployment)
Stars: ✭ 46 (+91.67%)
Mutual labels:  deployment
swift-buildpack
IBM Cloud buildpack for Swift
Stars: ✭ 33 (+37.5%)
Mutual labels:  deployment
SwarmManagement
Swarm Management is a python application, installed with pip. The application makes it easy to manage a Docker Swarm by configuring a single *.yml file describing which stacks to deploy, and which networks, configs or secrets to create.
Stars: ✭ 25 (+4.17%)
Mutual labels:  deployment
librephotos-docker
You can find here the Dockerfiles for the automated build process of LibrePhotos.
Stars: ✭ 81 (+237.5%)
Mutual labels:  deployment
misp-vagrant
Deploy MISP Project software with Vagrant.
Stars: ✭ 37 (+54.17%)
Mutual labels:  deployment
buffalo-heroku
Archived use github.com/gobuffalo/buffalo-heroku
Stars: ✭ 16 (-33.33%)
Mutual labels:  deployment
workflow-webhook
A Github workflow action to call a webhook with payload data from the event. Support for JSON or URL encoded endpoints.
Stars: ✭ 90 (+275%)
Mutual labels:  deployment
gitpack
Git-based package manager written in POSIX shell
Stars: ✭ 72 (+200%)
Mutual labels:  deployment
monitoring-rancher
🤠How to Set up Rancher Server Monitoring with TIG Stack?
Stars: ✭ 22 (-8.33%)
Mutual labels:  deployment
FAST-Pathology
⚡ Open-source software for deep learning-based digital pathology
Stars: ✭ 54 (+125%)
Mutual labels:  deployment
deploying-with-now
A simple node server demo for deploying with https://zeit.co/now.
Stars: ✭ 20 (-16.67%)
Mutual labels:  deployment

license Build Status

Supported tags and respective Dockerfile links

Version 6.3.0 and up are based on PHP 7.2 image

What is Deployer?

Deployer is a deployment tool written in PHP.

http://deployer.org/

How to use this image

Basic usage.

docker run --rm \
    -v /local/path:/project \
    herloct/deployer[:tag] [<options>]

For example, to deploy to default server.

docker run --rm \
    -v /local/path:/project \
    herloct/deployer deploy

Volumes

  • /project: Your deployment scripts project.
  • /root/.ssh: Your SSH file(s).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].