Skip to content

Commit 318a225

Browse files
authored
Update preview-deployment.yml
1 parent 136cc24 commit 318a225

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/preview-deployment.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ permissions:
1212
pull-requests: read
1313
deployments: write
1414

15-
env:
16-
ON_DEMAND: 'true'
17-
WORKSPACE_PLAN=: 'Boost'
18-
1915
jobs:
2016
deploy:
2117
concurrency: codesphere
@@ -32,5 +28,5 @@ jobs:
3228
email: ${{ secrets.CODESPHERE_EMAIL }}
3329
password: ${{ secrets.CODESPHERE_PASSWORD }}
3430
team: ${{ secrets.CODESPHERE_TEAM }}
35-
plan: $WORKSPACE_PLAN
36-
onDemand: $ON_DEMAND
31+
plan: 'Boost'
32+
onDemand: 'true'

0 commit comments

Comments
 (0)