Skip to content

Commit

Permalink
update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
zodman committed Nov 30, 2020
1 parent 433f907 commit 6c104b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@task
def deploy(ctx):
local("yarn build", echo=True)
local("python manage.py collectstatic --noinput", echo=True)
local("python manage.py collectstatic --noinput --clear", echo=True)
rsync(ctx, "static/", "apps/django-sockpuppet-expo/static/",
exclude=exclude_dirs)
with ctx.cd("~/apps/django-sockpuppet-expo"):
Expand Down

0 comments on commit 6c104b2

Please sign in to comment.