Skip to content

Commit 20c911e

Browse files
create bash file for deploy static page
1 parent 3094c8d commit 20c911e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

commit-and-deploy.sh

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
while true
4+
do
5+
git add .
6+
git commit -am "message"
7+
git push
8+
echo '----------'
9+
sleep 10
10+
done

0 commit comments

Comments
 (0)