mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
deploy: Add Makefile with deploy shortcuts
This commit is contained in:
16
Makefile
Normal file
16
Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
.PHONY: docs
|
||||
docs:
|
||||
cd docs; make clean; make html; cd ..
|
||||
yes 'yes' | env/bin/python manage.py collectstatic
|
||||
|
||||
.PHONY: lint
|
||||
lint:
|
||||
prospector
|
||||
|
||||
.PHONY: staging
|
||||
staging:
|
||||
ansible-playbook -v -i staging.yml playbook.yml -u jag1e17 -K
|
||||
|
||||
.PHONY: production
|
||||
production:
|
||||
ansible-playbook -v -i production.yml playbook.yml -u jag1e17 -K
|
||||
Reference in New Issue
Block a user