diff --git a/.do/deploy.template.yml b/.do/deploy.template.yml index f408e6d0..ccf7766e 100644 --- a/.do/deploy.template.yml +++ b/.do/deploy.template.yml @@ -6,7 +6,7 @@ spec: branch: master repo_clone_url: https://github.com/jesusantguerrero/atmosphere.git build_command: npm run build:digitalocean - run_command: php artisan migrate --force ; php artisan db:seed ; php artisan journal:set-accounts ; heroku-php-apache2 public/ + run_command: php artisan migrate:fresh --force --seed ; php artisan storage:link; heroku-php-apache2 public/ envs: - key: APP_NAME scope: RUN_TIME @@ -33,7 +33,7 @@ spec: # DATABASE - key: DB_CONNECTION scope: RUN_TIME - value: "pgsql" + value: "mysql" - key: DB_HOST scope: RUN_TIME value: ${loger-db.HOSTNAME} diff --git a/README.md b/README.md index 48c2f5af..c1e7586a 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,13 @@ Loger is organized in "concerns" by the moment it has 4 ## Showcase +## Demo +View a live [demo here](https://loger.neatlancer.com), or deploy your instance to DigitalOcean, by clicking the button below. + + + Deploy to DO + + ### Dashboard ![Dashboard](https://user-images.githubusercontent.com/17421742/212417292-19f319c5-1cf4-48a8-ba40-1e9b040e820f.png)