Update README

This commit is contained in:
2024-07-11 11:10:33 +02:00
parent 1ffc07c62f
commit 683eb2fc8c

View File

@ -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. * `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_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_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 ## Getting the git crypt key
The key can be extracted from an unlocked repository with the following command: The key can be extracted from an unlocked repository with the following command: