phabricator: use custom login plugin (stg)
This commit is contained in:
parent
ee10ec1a11
commit
c51d650e3f
3 changed files with 27 additions and 0 deletions
|
@ -93,6 +93,12 @@
|
|||
notify:
|
||||
- restart phd
|
||||
|
||||
- name: copy phabricator custom login plugin
|
||||
when: deployment_type == 'qa-stg'
|
||||
template: src=CustomLoginHandler.php.j2 dest={{ phabroot }}/phabricator/src/extensions/CustomLoginHandler.php owner=apache group=apache mode=0644
|
||||
notify:
|
||||
- restart phd
|
||||
|
||||
# this isn't well supported upstream right now, disabling
|
||||
#- name: generate chatbot config
|
||||
# template: src=chatbot-config.json.j2 dest={{ phabroot }}/phabricator/resources/chatbot/config.json owner=apache group=apache mode=0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue