Skip to content

Commit

Permalink
Merge pull request #47 from manala/reload
Browse files Browse the repository at this point in the history
[Elao - App] Provide `make reload` (for `vagrant reload`)
  • Loading branch information
nervo authored Sep 7, 2020
2 parents ac852c1 + bbcccfc commit 54d19ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions elao.app/.manala/Makefile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ HELP += $(call help,halt, Stop the environment)
halt:
vagrant halt

HELP += $(call help,reload, Restart the environment)
reload:
vagrant reload

HELP += $(call help,ssh, Connect to the environment via SSH)
ssh: export WORKDIR = /srv/app/$(_DIR)
ssh:
Expand Down

0 comments on commit 54d19ae

Please sign in to comment.