We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0acda3d commit f31c99fCopy full SHA for f31c99f
.github/workflows/azure-static-web-apps-kind-plant-0e80e5803.yml
@@ -16,9 +16,7 @@ jobs:
16
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
17
runs-on: ubuntu-latest
18
name: Build and Deploy Job
19
- # Temporarily remove environment to avoid protection rules
20
- # environment: ${{ github.ref == 'refs/heads/main' && 'Production' || 'Staging' }}
21
- environment: ${{ github.ref == 'refs/heads/main' && 'Production' || '' }}
+ environment: ${{ github.ref == 'refs/heads/main' && 'Production' || 'Staging' }}
22
env:
23
# Google Analytics
24
NEXT_PUBLIC_GA_TRACKING_ID: ${{ secrets.NEXT_PUBLIC_GA_TRACKING_ID }}
0 commit comments