azukiapp/docker-deploy

Stop project before checkout new code

fearenales opened this issue · 0 comments

Changes in Azkfile (e.g. renaming a system) can results in remaining running containers, since azk won't be able to stop it.

The proposed solution is to use this flow:

  1. azk stop (old Azkfile);
  2. git checkout (Azkfile is updated);
  3. azk start (new Azkfile);