Check out the scratch on Hacker Pad
We use heroku, add it as a remote in your git repo:
git remote add heroku git@heroku.com:ibeacon-store.git
You can then push master
branch to heroku remote to perform a deployment:
git push heroku master
If you don't have push rights contact thanpolas@gmail.com