From 5fbde6036d6c7f116d7cd7e6fdffdba7e4d2f0ff Mon Sep 17 00:00:00 2001 From: samuel-p Date: Mon, 19 Oct 2020 22:36:15 +0200 Subject: [PATCH] updated README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a25cad..13b8a8c 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,12 @@ Some useful bash scripts. |[login-notify.sh](login-notify.sh)|Script to send an alert mail on ssh login| |[validate-remote-backup.sh](validate-remote-backup.sh)|Script to validate server side rsync command to use ssh force command| |[docker-compose-up-all.sh](docker-compose-up-all.sh)|Script to call `docker-compose up -d` on all subdirectories| +|[docker-stack-deploy-all.sh](docker-stack-deploy-all.sh)|Script to call `docker stack deploy` on all subdirectories| ## Setup To set up all scripts in the current directory run this: ``` -curl https://git.sp-codes.de/samuel-p/awesome-scripts/raw/branch/master/setup.sh | bash -s healthcheck.sh login-notify.sh validate-remote-backup.sh docker-compose-up-all.sh +curl https://git.sp-codes.de/samuel-p/awesome-scripts/raw/branch/master/setup.sh | bash -s healthcheck.sh login-notify.sh validate-remote-backup.sh docker-compose-up-all.sh docker-stack-deploy-all.sh ```