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 6ea90ea + c0d5dcd commit 49e0e4b
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 49e0e4b

Please sign in to comment.