Skip to content

Commit

Permalink
Update init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nikspyratos authored Aug 20, 2024
1 parent 7e4ca1f commit dbe381f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ sed -i.bak "s/DEPLOYMENT_PATH=/DEPLOYMENT_PATH=$prod_app_path/g" .env.example
sed -i.bak "s/toybox-laravel.test/$app_domain/g" Caddyfile
sed -i.bak "s/APP_PATH/$prod_app_path/g" Caddyfile
sed -i.bak "s/APP_PATH/$prod_app_path/g" octane.conf
sed -i.bak "s/APP_PATH/$prod_app_path/gtouch database/database.sqlite
sed -i.bak "s/APP_PATH/$prod_app_path/g" reverb.conf
touch database/database.sqlite
touch database/cache.sqlite
touch database/queue.sqlite
touch database/pulse.sqlite
Expand Down

0 comments on commit dbe381f

Please sign in to comment.