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 3ffe2ce commit b2e7904Copy full SHA for b2e7904
.github/workflows/deploy-hf-env.yml
@@ -145,7 +145,7 @@ jobs:
145
run: |
146
chmod +x scripts/deploy_to_hf.sh
147
if [ -n "${{ github.event.inputs.base_image_sha }}" ]; then
148
- ./scripts/deploy_to_hf.sh --env "${{ matrix.environment }}" --base-sha "${{ github.event.inputs.base_image_sha }}"
+ ./scripts/deploy_to_hf.sh --env "${{ matrix.environment }}" --base-sha "${{ github.event.inputs.base_image_sha }}" --private --suffix -test
149
else
150
- ./scripts/deploy_to_hf.sh --env "${{ matrix.environment }}"
+ ./scripts/deploy_to_hf.sh --env "${{ matrix.environment }}" --private --suffix -test
151
fi
0 commit comments