diff --git a/.github/actions/deploy-proxy/action.yml b/.github/actions/deploy-proxy/action.yml index dd8415df2..2c1f4e882 100644 --- a/.github/actions/deploy-proxy/action.yml +++ b/.github/actions/deploy-proxy/action.yml @@ -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 diff --git a/Procfile.dev b/Procfile.dev index bc4af912c..43e5a4723 100644 --- a/Procfile.dev +++ b/Procfile.dev @@ -1,2 +1,3 @@ web: make run-flask worker: make run-celery +scheduler: make run-celery-beat