matrixai/build.sh

8 lines
111 B
Bash
Raw Normal View History

2023-06-09 02:44:58 +05:30
gallery-build
cp -r public/* ../gallery
cd ../gallery
git add .
git commit -m "update"
git push origin master