dep

Deploy PHP applications. Note: The Go command dep with the same name is deprecated and archived. More information: <https://deployer.org>.

Install

All systems
curl cmd.cat/dep.sh
Debian Debian
apt-get install dep
Ubuntu
apt-get install dep
Alpine
apk add dep
Arch Arch Linux
pacman -S dep
image/svg+xml Kali Linux
apt-get install dep
Fedora
dnf install dep
Windows (WSL2)
sudo apt-get update sudo apt-get install dep
OS X
brew install dep
Docker
docker run cmd.cat/dep dep powered by Commando

Deploy PHP applications. Note: The Go command dep with the same name is deprecated and archived. More information: <https://deployer.org>.

  • Interactively initialize deployer in the local path (use a framework template with `--template=template`):
    dep init
  • Deploy an application to a remote host:
    dep deploy hostname
  • Rollback to the previous working release:
    dep rollback
  • Connect to a remote host via ssh:
    dep ssh hostname
  • List commands:
    dep list
  • Run any arbitrary command on the remote hosts:
    dep run "command"
  • Display help for a command:
    dep help command

© tl;dr; authors and contributors