Travis CI deployment to AWS and Github releases #114

Merged
akinwale merged 22 commits from deployment into master 2018-05-09 20:26:58 +02:00
Showing only changes of commit e0ca8c3f1c - Show all commits

View file

@ -15,7 +15,7 @@ install:
- git clone https://github.com/akinwale/buildozer.git
- cd app
- npm config set registry="http://registry.npmjs.org/"
- npm install --silent
- npm install
- cd ..
- cd buildozer
- sudo python setup.py install