Merge pull request #483 from GSA/cflinuxfs4

Deploy app to cflinuxfs4 stack (Admin)
This commit is contained in:
Ryan Ahearn
2023-04-27 16:59:36 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ inputs:
default: https://github.com/GSA-TTS/cg-egress-proxy.git default: https://github.com/GSA-TTS/cg-egress-proxy.git
proxy_version: proxy_version:
description: git ref to be deployed description: git ref to be deployed
default: main default: cflinuxfs4-deploy
runs: runs:
using: composite using: composite
steps: steps:
+1
View File
@@ -2,6 +2,7 @@
applications: applications:
- name: notify-admin-((env)) - name: notify-admin-((env))
buildpack: python_buildpack buildpack: python_buildpack
stack: cflinuxfs4
instances: ((instances)) instances: ((instances))
memory: ((memory)) memory: ((memory))
command: newrelic-admin run-program gunicorn -c /home/vcap/app/gunicorn_config.py application command: newrelic-admin run-program gunicorn -c /home/vcap/app/gunicorn_config.py application