diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..cd9c56e --- /dev/null +++ b/build.sh @@ -0,0 +1,7 @@ +gallery-build + +cp -r public/* ../gallery +cd ../gallery +git add . +git commit -m "update" +git push origin master