File size: 106 Bytes
f11cb19
 
 
 
1
2
3
4
echo `date` > last_depoy.txt
git add last_depoy.txt
git commit -m "deploy"
git push --set-upstream hf main