mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 08:45:04 +01:00
Set https for manifest file.
This commit is contained in:
parent
e397486eb2
commit
50163385bd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
.php_cs.cache
|
||||
/vendor/
|
||||
/test/localhost
|
||||
*.phar
|
||||
/.vagrant
|
||||
deploy.php
|
||||
|
@ -53,7 +53,7 @@ class Application extends Console
|
||||
{
|
||||
$selfUpdate = new PharUpdateCommand('self-update');
|
||||
$selfUpdate->setDescription('Updates deployer.phar to the latest version');
|
||||
$selfUpdate->setManifestUri('http://deployer.org/manifest.json');
|
||||
$selfUpdate->setManifestUri('https://deployer.org/manifest.json');
|
||||
return $selfUpdate;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user