mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-21 22:37:19 +00:00
Fix hostname.
This commit is contained in:
parent
23009ae3cc
commit
444cf1f16d
1 changed files with 2 additions and 2 deletions
|
@ -213,10 +213,10 @@
|
|||
-->
|
||||
<target name="distribute" depends="prepare" description="Upload pear packages to pear.cakephp.org">
|
||||
<echo msg="Uploading tgz file to cakephp.org" />
|
||||
<exec command="scp ${dist.dir}/${pear.package}.tgz root@cakephp.org:${pirum.dir}" dir="." checkreturn="true" />
|
||||
<exec command="scp ${dist.dir}/${pear.package}.tgz root@new.cakephp.org:${pirum.dir}" dir="." checkreturn="true" />
|
||||
|
||||
<echo msg="Rebuilding pear.cakephp.org container" />
|
||||
<exec command="ssh root@cakephp.org dokku ps:rebuild pear" checkreturn="true" />
|
||||
<exec command="ssh root@new.cakephp.org dokku ps:rebuild pear" checkreturn="true" />
|
||||
</target>
|
||||
|
||||
<target name="codestyle" description="Check codestyle (human readable format)">
|
||||
|
|
Loading…
Reference in a new issue