Files
kamal/test/integration/docker/deployer
Donal McBreen 9a5880208a Rename roles
Allow roles to be renamed without having to manually stop the old
containers.

If you have config like:

```
servers:
  jobs:
    hosts:
      - vm3
```

And you want to rename `jobs` to `workers`, you can do:

```
servers:
  workers:
    previously:
      - jobs
    hosts:
      - vm3
```

And the deployment will take care of stopping the old "jobs" containers.

Once deployed you can remove the `previously` key.
2024-04-26 11:47:57 +01:00
..
2024-04-26 11:47:57 +01:00
2024-03-21 13:30:53 +00:00
2024-04-26 11:47:57 +01:00
2024-02-13 16:00:02 +04:00