Skip to content

Commit

Permalink
Merge pull request #338 from jesusantguerrero:fix/do-php
Browse files Browse the repository at this point in the history
Fix/do-php
  • Loading branch information
jesusantguerrero authored Dec 11, 2023
2 parents 948fa6e + 394cb7b commit 4c9764b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: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 All @@ -33,7 +33,7 @@ spec:
# DATABASE
- key: DB_CONNECTION
scope: RUN_TIME
value: "mysql"
value: "pgsql"
- key: DB_HOST
scope: RUN_TIME
value: ${loger-db.HOSTNAME}
Expand Down
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 4c9764b

Please sign in to comment.