Skip Python mess and go with bash

This commit is contained in:
Luke Murphy
2020-04-07 16:10:31 +02:00
parent 86d3e19c9b
commit 4e4999a6d6
6 changed files with 38 additions and 324 deletions

View File

@ -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