first commit
This commit is contained in:
16
manifest.yml
Normal file
16
manifest.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
applications:
|
||||
- name: helix-staging
|
||||
buildpack: python_buildpack
|
||||
services:
|
||||
- helix-staging-redis
|
||||
|
||||
- name: helix-preprod
|
||||
buildpack: python_buildpack
|
||||
services:
|
||||
- helix-staging-redis
|
||||
|
||||
- name: helix-production
|
||||
buildpack: python_buildpack
|
||||
services:
|
||||
- helix-production-redis
|
||||
Reference in New Issue
Block a user