An open API service indexing awesome lists of open source software.

https://github.com/unclechu/web-front-end-deploy

Deploy system with tasks templates.
https://github.com/unclechu/web-front-end-deploy

Last synced: 8 months ago
JSON representation

Deploy system with tasks templates.

Awesome Lists containing this project

README

          

web-front-end-deploy
====================

Deploy system with tasks templates.

Usage
=====

1. Put [deploy.sh](./deploy.sh) to your project root;
2. Create _deploy directory in your project root;
3. Put tasks that you need (or create your own tasks) from [tasks](./tasks) to _deploy that in your project root (see description inside task scripts for more info);
4. Use number prefix for sort order of tasks for deploying;
5. Run deploy.sh for deploying.

Example
=======

[web-front-end-grunt-template](https://github.com/unclechu/web-front-end-grunt-template)

License
=======

[GNU/GPLv3](./LICENSE)