Skip to content

Commit bbcccfc

Browse files
author
Thomas Jarrand
authored
Provide make reload (for vagrant reload)
1 parent ac852c1 commit bbcccfc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

elao.app/.manala/Makefile.tmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ HELP += $(call help,halt, Stop the environment)
4141
halt:
4242
vagrant halt
4343

44+
HELP += $(call help,reload, Restart the environment)
45+
reload:
46+
vagrant reload
47+
4448
HELP += $(call help,ssh, Connect to the environment via SSH)
4549
ssh: export WORKDIR = /srv/app/$(_DIR)
4650
ssh:

0 commit comments

Comments
 (0)