fix(www): remove deployment environment gate

This commit is contained in:
Dax Raad 2026-07-25 21:21:57 -04:00
parent 9840f63b12
commit c7871e14d4

View file

@ -18,7 +18,6 @@ jobs:
deploy:
if: github.repository == 'anomalyco/opencode' && (github.ref_name == 'dev' || github.ref_name == 'v2')
runs-on: ubuntu-latest
environment: ${{ github.ref_name == 'v2' && 'production' || 'dev' }}
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0