snippetbashTip
dep — Deploy PHP applications. Note: The Go command `dep` with the same name is deprecated and archived. M
Viewed 0 times
thecommandnoteclideployphpapplicationsdep
Problem
How to use the
dep command: Deploy PHP applications. Note: The Go command dep with the same name is deprecated and archived. More information: <https://deployer.org/docs/8.x/cli>.Solution
dep — Deploy PHP applications. Note: The Go command dep with the same name is deprecated and archived. More information: <https://deployer.org/docs/8.x/cli>.Interactively initialize deployer in the local path (use a framework template with
--template=template):dep initDeploy an application to a remote host:
dep deploy {{hostname}}Rollback to the previous working release:
dep rollbackConnect to a remote host via SSH:
dep ssh {{hostname}}List commands:
dep listRun any arbitrary command on the remote hosts:
dep run "{{command}}"Display help for a command:
dep help {{command}}Code Snippets
Interactively initialize deployer in the local path (use a framework template with `--template=template`)
dep initDeploy an application to a remote host
dep deploy {{hostname}}Rollback to the previous working release
dep rollbackConnect to a remote host via SSH
dep ssh {{hostname}}List commands
dep listContext
tldr-pages: common/dep
Revisions (0)
No revisions yet.