Skip to content

Commit 1e0f526

Browse files
committed
extend readme
1 parent 324bdc8 commit 1e0f526

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Auto deploy project through GIT
33

44
It does auto deploy your site to hosting
55

6+
- [Requirements](#requirements)
7+
- [Start to use through composer](#start-to-use-through-composer)
8+
- [Start to use through npm](#start-to-use-through-npm)
9+
- [Extended deploy with custom commands](#extended-deploy-with-custom-commands)
10+
611
# Requirements
712

813
1. PHP 5.4 or higher
@@ -57,7 +62,7 @@ If you making SPA and the files is located on a php hosting, then you can does a
5762

5863
4. Visit page ``http://your.domain/deploy.php`` to check log history
5964

60-
### Extended deploy with custom commands
65+
# Extended deploy with custom commands
6166

6267
For extended deployment make the file ``deploy.php`` with code:
6368

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "optimistex/git-auto-deploy-ex",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"type": "library",
55
"description": "The little project for auto-deploying projects to a hosting",
66
"keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-auto-deploy-ex",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"description": "The little project for auto-deploying projects to a hosting",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)