initial deployment script
parent
6a6c91084d
commit
57b79fe1ce
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "Deploying Hacky Quizbot...
|
||||||
|
$(date "+%Y-%m-%d %I:%M:%S%p %:z")
|
||||||
|
================================================================================"
|
||||||
|
|
||||||
|
# actually do stuff here
|
||||||
|
|
||||||
|
echo "================================================================================
|
||||||
|
Done."
|
Loading…
Reference in New Issue