mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-04 09:39:51 +00:00
fix(www): remove deployment environment gate
This commit is contained in:
parent
9840f63b12
commit
c7871e14d4
1 changed files with 0 additions and 1 deletions
1
.github/workflows/deploy-www.yml
vendored
1
.github/workflows/deploy-www.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue