From 683eb2fc8c4c63bc7e240f25625e89fe82f03d16 Mon Sep 17 00:00:00 2001 From: Allan Eising Date: Thu, 11 Jul 2024 11:10:33 +0200 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55a1d4f..4298676 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ This action decrypts a repository that has been encrypted with git-crypt, and th * `ssh_user` - Username to use when connecting to the remote host. * `docker_compose_project` - Name of the docker compose project. This will be used as the prefix by docker. * `docker_compose_filename` - The filename of the compose file. Defaults to docker-compose.yml -* `docker_compose_down` - if set to `true`, the action will execute `docker compose down`. +* `action` - defaults to `up`. With `down`, `docker compose down` will be run. +* `swarm_mode` - if true, the project will be deployed as a stack. ## Getting the git crypt key The key can be extracted from an unlocked repository with the following command: