Home > wq.build > deploy (Management command)

deploy (Management command)

deploy is a convenient wrapper for multiple wq and Django commands.

It is provided by wq.build as a Django management command, ./manage.py deploy.

Calling the command (with app version as the argument) will execute the following in order:

  1. wq setversion
  2. ./manage.py dump_config
  3. wq icons
  4. npm run build
  5. ./manage.py collectstatic
  6. wq movefiles
  7. wq serviceworker