Merge pull request #125 from GSA/official-egress-proxy

Official egress proxy
This commit is contained in:
Ryan Ahearn
2022-11-15 15:05:08 -05:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ inputs:
required: true
proxy_repo:
description: git repo for cg-egress-proxy
default: https://github.com/rahearn/cg-egress-proxy.git
default: https://github.com/GSA/cg-egress-proxy.git
proxy_version:
description: git ref to be deployed
default: main

View File

@@ -1,2 +1,3 @@
web: make run-flask
worker: make run-celery
scheduler: make run-celery-beat