Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rickmak/chima-fb
Message bot for chima
https://github.com/rickmak/chima-fb
Last synced: about 2 months ago
JSON representation
Message bot for chima
- Host: GitHub
- URL: https://github.com/rickmak/chima-fb
- Owner: rickmak
- Created: 2016-04-14T05:55:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-11T03:51:35.000Z (over 8 years ago)
- Last Synced: 2024-11-06T08:33:51.337Z (3 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
For full operation, check fabfile.py
## To make yourself able to push and deploy
1. Add your key to git-receive
`fab add_upload_key:chpapa,keyfile=id_rsa.pub`2. Add deployment target
`git remote add skygeario [email protected]:chima-fb`3. Change your code
4. To deploy
`git push skygear master -f`