Commit b8efc30f by 胡子大叔

Add new file

parents
Pipeline #3068 canceled with stages
test:
script:
- apt-get update -qy
- apt-get install -y python-dev python-pip
- pip install -r requirements.txt
- python manage.py test
staging:
type: deploy
script:
- apt-get update -qy
- python manage.py staging
production:
type: deploy
script:
- apt-get update -qy
- python manage.py production
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment