Spaces:
Runtime error
Runtime error
macrdel
commited on
Commit
·
65510bf
1
Parent(s):
eaed01b
update workflow
Browse files- .github/workflows/main.yml +11 -11
.github/workflows/main.yml
CHANGED
@@ -64,14 +64,14 @@ jobs:
|
|
64 |
docker-compose up -d app prometheus grafana
|
65 |
# docker-compose up -d
|
66 |
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
|
|
64 |
docker-compose up -d app prometheus grafana
|
65 |
# docker-compose up -d
|
66 |
|
67 |
+
deploy:
|
68 |
+
runs-on: ubuntu-latest
|
69 |
+
needs: push
|
70 |
+
steps:
|
71 |
+
- uses: actions/checkout@v2
|
72 |
+
with:
|
73 |
+
fetch-depth: 0
|
74 |
+
- name: Deploy to Hugging Face Spaces
|
75 |
+
env:
|
76 |
+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
77 |
+
run: git push --force https://macrdel:[email protected]/spaces/macrdel/sentiment-summarize-youtube-comms master:main
|