Skip to content

Commit

Permalink
First App Commit Concurrent Test
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel Foley committed Nov 27, 2024
1 parent 00264eb commit e0aa2eb
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/workflows/hf_concurrent.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: Push Production to HuggingFace



on:

push:

branches: [app_dev]



# run this workflow manualy from the Actions tab

workflow_dispatch:



jobs:

sync-to-hub:

runs-on: ubuntu-latest

steps:

- uses: actions/checkout@v4

with:

fetch-depth: 0

lfs: true

- name: Deploy Production (app_dev) to HuggingFace

env:

HF_TOKEN: ${{ secrets.HF_TOKEN }}

run: git push --force https://DF38:[email protected]/spaces/ds549/LibRAG

0 comments on commit e0aa2eb

Please sign in to comment.