Skip to content

Commit b2e7904

Browse files
committed
add suffixes and privacy to gh action for testing purposes
1 parent 3ffe2ce commit b2e7904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-hf-env.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
run: |
146146
chmod +x scripts/deploy_to_hf.sh
147147
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 }}"
148+
./scripts/deploy_to_hf.sh --env "${{ matrix.environment }}" --base-sha "${{ github.event.inputs.base_image_sha }}" --private --suffix -test
149149
else
150-
./scripts/deploy_to_hf.sh --env "${{ matrix.environment }}"
150+
./scripts/deploy_to_hf.sh --env "${{ matrix.environment }}" --private --suffix -test
151151
fi

0 commit comments

Comments
 (0)