diff --git a/manifest.yaml b/manifest.yaml deleted file mode 100644 index b9297272..00000000 --- a/manifest.yaml +++ /dev/null @@ -1,32 +0,0 @@ -applications: -- name: funding-service-design-account-store-dev - memory: 1024M - buildpacks: - - https://github.com/cloudfoundry/python-buildpack.git - command: scripts/run_migrations_paas.py && gunicorn wsgi:app -c run/gunicorn/devtest.py - env: - FLASK_ENV: dev - FLASK_DEBUG: 1 - # Sentry DSN is OK to be public see: https://docs.sentry.io/product/sentry-basics/dsn-explainer/#dsn-utilization - SENTRY_DSN: https://db2ea0ad22a44f4db6e81fe74d85fa8f@o1432034.ingest.sentry.io/4503903103352832 - services: - - funding-service-design-account-store-dev-db - - logit-ssl-drain - health-check-http-endpoint: /healthcheck - health-check-type: http - -- name: funding-service-design-account-store-test - memory: 1024M - buildpacks: - - https://github.com/cloudfoundry/python-buildpack.git - command: scripts/run_migrations_paas.py && gunicorn wsgi:app -c run/gunicorn/devtest.py - env: - FLASK_ENV: test - # Sentry DSN is OK to be public see: https://docs.sentry.io/product/sentry-basics/dsn-explainer/#dsn-utilization - SENTRY_DSN: https://db2ea0ad22a44f4db6e81fe74d85fa8f@o1432034.ingest.sentry.io/4503903103352832 - GITHUB_SHA: ((GITHUB_SHA)) - services: - - funding-service-design-account-store-test-db - - logit-ssl-drain - health-check-http-endpoint: /healthcheck - health-check-type: http