mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
deploy: Use RedHat Software Collections
RHSCL provides patched versions of Python and Nginx
This commit is contained in:
4
Makefile
4
Makefile
@@ -9,8 +9,8 @@ lint:
|
||||
|
||||
.PHONY: staging
|
||||
staging:
|
||||
ansible-playbook -v -i staging.yml playbook.yml -u jag1e17 -K
|
||||
env ANSIBLE_STDOUT_CALLBACK=debug 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
|
||||
env ANSIBLE_STDOUT_CALLBACK=debug ansible-playbook -v -i production.yml playbook.yml -u jag1e17 -K
|
||||
|
||||
Reference in New Issue
Block a user