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