Fix a mistake

This commit is contained in:
Matt Isenhower 2024-11-12 19:50:20 -08:00
parent f690bfe881
commit 32c547cb8d

View File

@ -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