Skip to content

Commit

Permalink
Update deploy.template.yml (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusantguerrero authored Dec 11, 2023
1 parent b6fc4a8 commit 51b3452
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 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
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 Down Expand Up @@ -132,10 +132,3 @@ spec:
value: "YOUR_DO_SPACES_BUCKET"
databases:
- name: loger-db
jobs:
- name: storagelink
kind: POST_DEPLOY
git:
repo_clone_url: https://github.com/jesusantguerrero/atmosphere.git
branch: master
run_command: php artisan storage:link

0 comments on commit 51b3452

Please sign in to comment.