Skip to content

Commit

Permalink
updating dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Wojczal committed Mar 26, 2024
1 parent fa4ba2a commit f95e096
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ composer-update:
restart_queue_cron:
- docker compose restart escola_lms_queue_cron

update-composer-to-git:
- git checkout develop
- git pull
- docker compose exec --user=1000 escola_lms_app bash -c "XDEBUG_MODE=off composer update --no-scripts"
- git add composer.lock
- git commit -m "updating dependecies"
- git push origin develop


swagger-generate:
- docker compose exec --user=1000 escola_lms_app bash -c "XDEBUG_MODE=off php artisan l5-swagger:generate"
Expand Down

0 comments on commit f95e096

Please sign in to comment.