feat: add build
All checks were successful
black-action / runner / black formatter (push) Successful in -1m14s

This commit is contained in:
2023-06-08 23:14:58 +02:00
parent a8795e12b0
commit 7b33014baa

7
build.sh Normal file
View File

@@ -0,0 +1,7 @@
gallery-build
cp -r public/* ../gallery
cd ../gallery
git add .
git commit -m "update"
git push origin master