Browse Source

phpDocs auto deployment: Set default push strategy to simple

Daniel Rudolf 9 năm trước cách đây
mục cha
commit
c88a26beff
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      _build/deploy-phpdoc.sh

+ 1 - 0
_build/deploy-phpdoc.sh

@@ -27,6 +27,7 @@ fi
 
 # setup git
 printf 'Preparing repo...\n'
+git config push.default simple
 git config user.name "Travis CI"
 git config user.email "travis-ci@picocms.org"