Skip to content

Commit be81055

Browse files
committed
fix init params
1 parent 1173b3b commit be81055

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy-preview.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,11 @@ jobs:
7171
mkdir -p ${{ env.PREVIEW_DIR }}
7272
cd ${{ env.PREVIEW_DIR }}
7373
74-
nebari init local --domain ${{ env.APP_DNS }} --namespace dev --auth-provider password
74+
nebari init local \
75+
--project-name 'preview-pr-${{ github.event.pull_request.number }}' \
76+
--domain-name '${{ env.APP_DNS }}' \
77+
--auth-provider password \
78+
--output 'nebari-config.yaml'
7579
7680
echo "domain=${{ env.APP_DNS }}" >> $GITHUB_OUTPUT
7781
echo "directory=${{ env.PREVIEW_DIR }}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)