diff --git a/deploy.sh b/deploy.sh new file mode 100644 index 0000000..2993e16 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +echo "Starting to deploy new version of the site" +git pull origin master +tox -e kde +cd dist/ +pip install atelier-0.1-py3-none-any.whl --upgrade +cd .. +cd atelier +touch tmp/restart.txt +echo "Finished the deploy new version of the site"