File size: 91 Bytes
5b080ef
 
 
 
1
2
3
4
echo `date` > last_depoy.txt
git add last_depoy.txt
git commit -m "deploy"
git push hf main