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
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
Same as dev but change dev
for prod
.