Adrien commited on
Commit
bed090b
·
unverified ·
1 Parent(s): ef4a8e3

Update deploy-prod.yml (#1680)

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy-prod.yml +2 -2
.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 values
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", "values": ${{ env.VALUES }}, "url": "${{ github.event.head_commit.url }}"}'
 
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 }}"}'