Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 511 Bytes

DEPLOY.md

File metadata and controls

37 lines (23 loc) · 511 Bytes

Deploy (console)

Prepare

Copy ./config.sh.dist to ./config.sh.

cp config.sh.dist config.sh

Change the variables to match the target project.

Make deploy.sh executable:

chmod +x deploy.sh

Commands

Dev

Deploy to dev targeting documentation local dir:

./deploy.sh dev dir ~/git/chevereto/v4-docs

Deploy to dev targeting documentation repo (in config file):

./deploy.sh dev repo

Production

Same as dev but change dev for prod.