From e5bbc5117877c0bb5c9950615d00b9ace59548a8 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Tue, 15 Nov 2022 13:05:51 -0500 Subject: [PATCH 1/2] Run celery beat from Procfile.dev --- Procfile.dev | 1 + 1 file changed, 1 insertion(+) 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 From 4e631b5cc2f4410dfcb862742febce7c88038623 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Tue, 15 Nov 2022 14:51:41 -0500 Subject: [PATCH 2/2] Switch to gsa repo for cg-egress-proxy source --- .github/actions/deploy-proxy/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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