Skip to content

Commit

Permalink
No need to render dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Feb 10, 2024
1 parent 1d6238e commit 70bb37f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ jobs:
- name: create project
run: |
pip install django
django-admin startproject --template="$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/zipball/$GITHUB_REF_NAME" --extension=py,rst,gitignore,cfg,in,yml,json,dockerignore --name=Makefile,Dockerfile testproj
django-admin.py startproject \
--template=https://github.com/lincolnloop/django-layout/zipball/main \
--extension=py,md,gitignore,yml,json \
--name=Makefile,Dockerfile \
--exclude=.github \
testproj
- name: mock client build
run: |
mkdir -p client/dist
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To use `django-layout`:

django-admin.py startproject \
--template=https://github.com/lincolnloop/django-layout/zipball/main \
--extension=py,md,gitignore,yml,json,dockerignore \
--extension=py,md,gitignore,yml,json \
--name=Makefile,Dockerfile \
--exclude=.github \
YOUR_PROJECT_NAME
Expand Down

0 comments on commit 70bb37f

Please sign in to comment.