misc-bdauvergne/eo-corrections/glc-fix-registration-journal/Makefile

13 lines
245 B
Makefile

TENANT=moncompte-rec.grandlyon.com
HOST=grandlyon-cut-test-sso-1
SCRIPT=fix_journal.py
all:
scp $(SCRIPT) $(HOST):/tmp
ssh $(HOST) sudo authentic2-multitenant-manage tenant_command runscript -d $(TENANT) /tmp/$(SCRIPT)
shell:
ssh $(HOST)