From 32c547cb8df78ace96b7385a92f829d7d25ca9ba Mon Sep 17 00:00:00 2001 From: Matt Isenhower Date: Tue, 12 Nov 2024 19:50:20 -0800 Subject: [PATCH] Fix a mistake --- .github/workflows/deploy-frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-frontend.yml b/.github/workflows/deploy-frontend.yml index ebd0d6e..c1aa978 100644 --- a/.github/workflows/deploy-frontend.yml +++ b/.github/workflows/deploy-frontend.yml @@ -10,7 +10,7 @@ jobs: build-and-deploy: runs-on: ubuntu-latest - environment: ${{ github.ref == 'refs/heads/main' && 'production' || 'development' }} + environment: ${{ github.ref == 'refs/heads/main' && 'production' || 'staging' }} steps: - name: Checkout