File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Auto deploy project through GIT
4
4
It does auto deploy your site to hosting
5
5
6
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 )
7
+ - [ Start to use through COMPOSER ] ( #start-to-use-through-composer )
8
+ - [ Start to use through NPM ] ( #start-to-use-through-npm )
9
9
- [ Extended deploy with custom commands] ( #extended-deploy-with-custom-commands )
10
10
11
11
# Requirements
@@ -14,7 +14,7 @@ It does auto deploy your site to hosting
14
14
2 . Access to perform ** shell** commands
15
15
3 . Installed ** GIT** on target hosting
16
16
17
- # Start to use through composer
17
+ # Start to use through COMPOSER
18
18
19
19
The main using through composer.
20
20
@@ -39,7 +39,7 @@ The main using through composer.
39
39
40
40
Do not forget to change the secret code ``ytJHvMHFdTYUryDhmJkjFjFiYk``
41
41
42
- # Start to use through npm
42
+ # Start to use through NPM
43
43
44
44
If you making SPA and the files is located on a php hosting, then you can does auto deployment through the package.
45
45
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " optimistex/git-auto-deploy-ex" ,
3
- "version" : " 1.2.7 " ,
3
+ "version" : " 1.3.1 " ,
4
4
"type" : " library" ,
5
5
"description" : " The little project for auto-deploying projects to a hosting" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " git-auto-deploy-ex" ,
3
- "version" : " 1.2.7 " ,
3
+ "version" : " 1.3.1 " ,
4
4
"description" : " The little project for auto-deploying projects to a hosting" ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
You can’t perform that action at this time.
0 commit comments