Skip to content

Commit

Permalink
Merge pull request #334 from jesusantguerrero/fix/export-meals
Browse files Browse the repository at this point in the history
Fix/export meals
  • Loading branch information
jesusantguerrero authored Dec 11, 2023
2 parents 51b3452 + aafbcc4 commit 948fa6e
Show file tree
Hide file tree
Showing 5 changed files with 1,385 additions and 914 deletions.
2 changes: 1 addition & 1 deletion .do/deploy.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
git:
branch: master
repo_clone_url: https://github.com/jesusantguerrero/atmosphere.git
build_command: npm run build
build_command: npm run build:digitalocean
run_command: php artisan migrate:fresh --force --seed ; php artisan storage:link; heroku-php-apache2 public/
envs:
- key: APP_NAME
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"laravel/cashier-paddle": "^1.8",
"laravel/framework": "^10.0",
"laravel/jetstream": "^2.3",
"laravel/pulse": "^1.0@beta",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.8",
"maatwebsite/excel": "^3.1",
Expand Down Expand Up @@ -97,6 +98,6 @@
"joshbrw/laravel-module-installer": true
}
},
"minimum-stability": "dev",
"minimum-stability": "beta",
"prefer-stable": true
}
Loading

0 comments on commit 948fa6e

Please sign in to comment.