Skip to content

Commit

Permalink
fix: php do
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusantguerrero committed Dec 11, 2023
1 parent 948fa6e commit b5d49ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .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:fresh --force --seed ; php artisan storage:link; heroku-php-apache2 public/
run_command: php artisan migrate:fresh --force --seed ; php artisan storage:link; heroku-php-apache2 public/ && composer install --ignore-platform-reqs
envs:
- key: APP_NAME
scope: RUN_TIME
Expand Down Expand Up @@ -132,3 +132,7 @@ spec:
value: "YOUR_DO_SPACES_BUCKET"
databases:
- name: loger-db
engine: MYSQL
production: true
size: professional-xs
version: "8"
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "MIT",
"require": {
"php": "^8.1.0",
"ext-mailparse": "*",
"brick/money": "^0.6.0",
"doctrine/dbal": "^3.3",
"dompdf/dompdf": "^2.0.3",
Expand Down

0 comments on commit b5d49ab

Please sign in to comment.