Spaces:
Sleeping
Sleeping
deployment
Browse files- deploy_hf.sh +1 -1
deploy_hf.sh
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
echo `date` > last_depoy.txt
|
2 |
git add last_depoy.txt
|
3 |
git commit -m "deploy"
|
4 |
-
git push
|
|
|
1 |
echo `date` > last_depoy.txt
|
2 |
git add last_depoy.txt
|
3 |
git commit -m "deploy"
|
4 |
+
git push hf main
|