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.
- Host: GitHub
- URL: https://github.com/unclechu/web-front-end-deploy
- Owner: unclechu
- License: gpl-3.0
- Created: 2014-10-14T19:44:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-11T13:25:11.000Z (over 11 years ago)
- Last Synced: 2024-12-27T22:21:27.145Z (over 1 year ago)
- Language: Shell
- Size: 160 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)