Skip Python mess and go with bash
This commit is contained in:
14
functions
14
functions
@ -1,13 +1 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from pprint import pprint
|
||||
|
||||
|
||||
def info(msg):
|
||||
"""Info level logging output."""
|
||||
pprint("-----> INFO: dokku-deploy: {}".format(msg))
|
||||
|
||||
|
||||
def error(msg):
|
||||
"""Error level logging output."""
|
||||
pprint("-----> ERROR: dokku-deploy: {}".format(msg))
|
||||
#!/usr/bin/env bash
|
||||
|
Reference in New Issue
Block a user