We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1173b3b commit be81055Copy full SHA for be81055
.github/workflows/deploy-preview.yaml
@@ -71,7 +71,11 @@ jobs:
71
mkdir -p ${{ env.PREVIEW_DIR }}
72
cd ${{ env.PREVIEW_DIR }}
73
74
- nebari init local --domain ${{ env.APP_DNS }} --namespace dev --auth-provider password
+ 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'
79
80
echo "domain=${{ env.APP_DNS }}" >> $GITHUB_OUTPUT
81
echo "directory=${{ env.PREVIEW_DIR }}" >> $GITHUB_OUTPUT
0 commit comments