Deploy schema (#6358)

* updated username

* updated username

* updated username

* updated username

* updated username
This commit is contained in:
Neil Lathwood
2017-04-05 12:10:38 +01:00
committed by GitHub
parent 284bb19b2e
commit b4488e84a1

View File

@ -1,6 +1,6 @@
#!/bin/bash
GH_REPO="@github.com/librenms/librenms.git"
FULL_REPO="https://${LIBRENMS_TOKEN}$GH_REPO"
FULL_REPO="https://${GH_TOKEN}:x-oauth-basic$GH_REPO"
git config user.name "librenms-docs"
git config user.email "travis@librenms.org"