Skip to content

Commit

Permalink
Replace stackato.yml with manifest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Tat committed Jul 31, 2014
1 parent 89d4178 commit 245cd6f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
22 changes: 22 additions & 0 deletions manifest.yml
@@ -0,0 +1,22 @@
applications:
- name: django-gtd
services:
${name}-db:
type: mysql
# ${name}-memcached:
# type: memcached
stackato:
env:
DJANGO_SETTINGS_MODULE:
default: settings
hooks:
post-staging:
- python manage.py syncdb --noinput
- python manage.py migrate --noinput
- python manage.py collectstatic --noinput
- echo "Run 'stackato run python manage.py createsuperuser' to create an admin user"
ignores:
- .git
- dev.db
min_version:
client: 2.0.0
17 changes: 0 additions & 17 deletions stackato.yml

This file was deleted.

0 comments on commit 245cd6f

Please sign in to comment.