fix(www): remove deployment environment gate
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user