Restructure project folders and remove obsolete files
All checks were successful
Deploy Spot / deploy (push) Successful in 34s
All checks were successful
Deploy Spot / deploy (push) Successful in 34s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
cd "$(dirname "$0")/.." || exit 1
|
||||
php -f dist/index.php a=update_project > /dev/null
|
||||
cd "$(dirname "$0")/../public" || exit 1 #Execute from public folder
|
||||
php -f index.php a=update_project > /dev/null
|
||||
|
||||
#Crontab job: 0 * * * * /path/to/spot/cli/cron.sh > /dev/null
|
||||
|
||||
Reference in New Issue
Block a user