Skip to content

Commit 54d19ae

Browse files
authored
Merge pull request #47 from manala/reload
[Elao - App] Provide `make reload` (for `vagrant reload`)
2 parents ac852c1 + bbcccfc commit 54d19ae

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)