-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
daniel Foley
committed
Nov 27, 2024
1 parent
00264eb
commit e0aa2eb
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |