-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3463a78
commit cbea63d
Showing
3 changed files
with
29 additions
and
5 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
--- | ||
applications: | ||
- name: angular-cms | ||
command: node server.js | ||
buildpack: https://github.com/cloudfoundry/heroku-buildpack-nodejs.git | ||
name: angular-cms | ||
framework: node | ||
instances: 1 | ||
mem: 256 | ||
processes: | ||
web: node server.js | ||
ignores: ['.git', 'node_modules', 'app/bower_components'] | ||
hooks: | ||
# pre-push: | ||
#- gulp test | ||
pre-staging: | ||
- bower install | ||
- grunt | ||
# post-staging: | ||
#- python manage.py syncdb --noinput | ||
# pre-running: | ||
#- python prerunsetup.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters