Rename upload.sh to deploy.sh

master
paradust7 2022-09-20 05:40:25 +00:00
parent ab6111aaab
commit 3c60f756b9
3 changed files with 5 additions and 5 deletions

View File

@ -5,4 +5,4 @@ minetest
www
.git
.github
upload.sh
deploy.sh

2
.gitignore vendored
View File

@ -3,7 +3,7 @@ build/
build-*/
install/
www/
upload.sh
deploy.sh
sources/zlib
sources/libjpeg
sources/libpng

View File

@ -87,7 +87,7 @@ echo "DONE"
popd
popd
# Optional script to upload to webserver
if [ -f upload.sh ]; then
./upload.sh
# Optional step to deploy to webserver
if [ -f deploy.sh ]; then
./deploy.sh
fi