Spaces:
Paused
Paused
Adrien
commited on
Update deploy-prod.yml (#1680)
Browse files
.github/workflows/deploy-prod.yml
CHANGED
|
@@ -69,11 +69,11 @@ jobs:
|
|
| 69 |
- name: Deploy on infra-deployments
|
| 70 |
uses: aurelien-baudet/workflow-dispatch@v2
|
| 71 |
with:
|
| 72 |
-
workflow: Update application
|
| 73 |
repo: huggingface/infra-deployments
|
| 74 |
wait-for-completion: true
|
| 75 |
wait-for-completion-interval: 10s
|
| 76 |
display-workflow-run-url-interval: 10s
|
| 77 |
ref: refs/heads/main
|
| 78 |
token: ${{ secrets.GIT_TOKEN_INFRA_DEPLOYMENT }}
|
| 79 |
-
inputs: '{"path": "hub/chat-ui/chat-ui.yaml", "
|
|
|
|
| 69 |
- name: Deploy on infra-deployments
|
| 70 |
uses: aurelien-baudet/workflow-dispatch@v2
|
| 71 |
with:
|
| 72 |
+
workflow: Update application single value
|
| 73 |
repo: huggingface/infra-deployments
|
| 74 |
wait-for-completion: true
|
| 75 |
wait-for-completion-interval: 10s
|
| 76 |
display-workflow-run-url-interval: 10s
|
| 77 |
ref: refs/heads/main
|
| 78 |
token: ${{ secrets.GIT_TOKEN_INFRA_DEPLOYMENT }}
|
| 79 |
+
inputs: '{"path": "hub/chat-ui/chat-ui.yaml", "value": ${{ env.VALUES }}, "url": "${{ github.event.head_commit.url }}"}'
|