Skip to content

ConnorVG/forge-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing Deploy

Use the composer global command:

composer global require "connorvg/forge-deploy=~1.0"

Make sure to place the ~/.composer/vendor/bin directory in your PATH so the forge-deploy executable is found when you run the forge-deploy command in your terminal.

Usage

Once you have installed, you're ready to add deployments:

forge-deploy save [name] [endpoint]

To update a deployment:

forge-deploy update [name] [new-endpoint]

To delete a deployment:

forge-deploy delete [name]

Finally, to deploy:

forge-deploy deploy [name]

About

A simple CLI for deploying forge websites.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages