deployement is now single click
This commit is contained in:
parent
2281f2ffe5
commit
cf1edf72e8
|
@ -0,0 +1,9 @@
|
|||
echo "changing directory to Tasks"
|
||||
cd $GOPATH/src/github.com/thewhitetulip/Tasks
|
||||
echo "creating table"
|
||||
cat schema.sql | sqlite3 tasks.db
|
||||
echo "building the go binary"
|
||||
go build -o Tasks
|
||||
|
||||
echo "starting the binary"
|
||||
./Tasks
|
Loading…
Reference in New Issue