From 8401b966ba27bdcc74297a670b8382534475c435 Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Thu, 10 Oct 2024 09:38:31 -0400 Subject: [PATCH] Temporarily drop unpopulated dev environment; will follow up merging the two approaches. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f154e50..fd6c7c0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,7 @@ name: Deploy to S3 and CloudFront on: push: branches: - - main + # - main # todo, consolidate auth approach and merge dev-deploy into this. - production jobs: