Specify environment

This commit is contained in:
Matt Isenhower
2024-11-12 19:41:23 -08:00
parent f1c03aba20
commit f690bfe881

View File

@@ -10,6 +10,8 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
environment: ${{ github.ref == 'refs/heads/main' && 'production' || 'development' }}
steps:
- name: Checkout
uses: actions/checkout@v4