-
Notifications
You must be signed in to change notification settings - Fork 888
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #158 from saleor/3.5
Upgrade to Saleor 3.5.x and introduce Make commands
- Loading branch information
Showing
6 changed files
with
66 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
bootstrap: | ||
docker-compose build | ||
docker-compose run --rm api python3 manage.py migrate | ||
docker-compose run --rm api python3 manage.py collectstatic --noinput | ||
docker-compose run --rm api python3 manage.py populatedb --createsuperuser | ||
run: | ||
docker-compose up | ||
run-backend: | ||
docker-compose up api worker | ||
upgrade: | ||
git submodule update --remote |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule react-storefront
updated
from f5c699 to 7abe16
Submodule saleor-dashboard
updated
1830 files