1
0
mirror of https://github.com/IEEE-SB-Passau/pelican-deployment-system.git synced 2017-09-06 16:35:38 +02:00
This commit is contained in:
2016-06-13 16:05:22 +02:00
parent 9b2808d836
commit ab13e51237
4 changed files with 24 additions and 13 deletions

View File

@@ -62,5 +62,3 @@ def github(name):
_start_build(name, hook.get("ref", ""))
return "Success!"
def devrun():
run(app=app, host='0.0.0.0', port=4000, debug=True)