Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into fix/export-meals
  • Loading branch information
jesusantguerrero committed Dec 11, 2023
2 parents 3fd0b94 + 51b3452 commit aafbcc4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .do/deploy.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a href="https://cloud.digitalocean.com/apps/new?repo=https://github.com/jesusantguerrero/atmosphere/tree/master" target="_blank">
<img src="https://www.deploytodo.com/do-btn-blue.svg" width="240" alt="Deploy to DO">
</a>

### Dashboard
![Dashboard](https://user-images.githubusercontent.com/17421742/212417292-19f319c5-1cf4-48a8-ba40-1e9b040e820f.png)

Expand Down

0 comments on commit aafbcc4

Please sign in to comment.