Skip to content

Commit

Permalink
add migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
killua-eu committed Aug 20, 2023
1 parent 1a4ec4a commit 36d382e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,13 @@
"scripts": {
"post-install-cmd": [
"composer configure || echo \"[FAIL] Failed to configure glued. Please make sure all env variables are set. Rerun composer configure.\"",
"echo \"Run `composer nginx` manually to pick restart this microservice\""
"echo \"Run `composer nginx` manually to pick restart this microservice\"",
"composer migrate"
],
"post-update-cmd": [
"composer configure || echo \"[FAIL] Failed to configure glued. Please make sure all env variables are set. Rerun composer configure.\"",
"echo \"Run `composer nginx` manually to pick restart this microservice\""
"echo \"Run `composer nginx` manually to pick restart this microservice\"",
"composer migrate"
],
"backup": [
"vendor/vaizard/glued-lib/src/Scripts/backup.sh"
Expand Down

0 comments on commit 36d382e

Please sign in to comment.