-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Baki Goxhaj <[email protected]> #227: Implements storing password in a separate file outside of the ini file. #237: Fixes user-imput passowors with special chars.
- Loading branch information
Showing
8 changed files
with
165 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/.idea | ||
/vendor | ||
/dev | ||
composer.lock | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
; This is a sample deploy.ini file. You can specify as many | ||
; This is a sample phploy.ini file. You can specify as many | ||
; servers as you need and use normal or quickmode configuration. | ||
; | ||
; NOTE: If a value in the .ini file contains any non-alphanumeric | ||
|
@@ -24,7 +24,7 @@ | |
purge[] = "cache/" | ||
pre-deploy[] = "wget http://staging-example.com/pre-deploy/test.php --spider --quiet" | ||
post-deploy[] = "wget http://staging-example.com/post-deploy/test.php --spider --quiet" | ||
|
||
[production] | ||
quickmode = ftp://example:[email protected]:21/path/to/installation | ||
passive = true | ||
|
@@ -34,6 +34,6 @@ | |
skip[] = 'libs/*' | ||
skip[] = 'config/*' | ||
skip[] = 'src/*.scss' | ||
purge[] = "cache/" | ||
purge[] = "cache/" | ||
pre-deploy[] = "wget http://staging-example.com/pre-deploy/test.php --spider --quiet" | ||
post-deploy[] = "wget http://staging-example.com/post-deploy/test.php --spider --quiet" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.