4
4
[ ![ Workflow Release] ( https://img.shields.io/github/actions/workflow/status/cssnr/stack-deploy-action/release.yaml?logo=github&label=release )] ( https://github.com/cssnr/stack-deploy-action/actions/workflows/release.yaml )
5
5
[ ![ Workflow Test] ( https://img.shields.io/github/actions/workflow/status/cssnr/stack-deploy-action/test.yaml?logo=github&label=test )] ( https://github.com/cssnr/stack-deploy-action/actions/workflows/test.yaml )
6
6
[ ![ Workflow Lint] ( https://img.shields.io/github/actions/workflow/status/cssnr/stack-deploy-action/lint.yaml?logo=github&label=lint )] ( https://github.com/cssnr/stack-deploy-action/actions/workflows/lint.yaml )
7
- [ ![ GitHub Last Commit] ( https://img.shields.io/github/last-commit/cssnr/stack-deploy-action?logo=github&label=updated )] ( https://github.com/cssnr/stack-deploy-action/graphs/commit-activity )
7
+ [ ![ GitHub Last Commit] ( https://img.shields.io/github/last-commit/cssnr/stack-deploy-action?logo=github&label=updated )] ( https://github.com/cssnr/stack-deploy-action/pulse )
8
8
[ ![ Codeberg Last Commit] ( https://img.shields.io/gitea/last-commit/cssnr/stack-deploy-action/master?gitea_url=https%3A%2F%2Fcodeberg.org%2F&logo=codeberg&logoColor=white&label=updated )] ( https://codeberg.org/cssnr/stack-deploy-action )
9
+ [ ![ GitHub Contributors] ( https://img.shields.io/github/contributors/cssnr/stack-deploy-action )] ( https://github.com/cssnr/stack-deploy-action/graphs/contributors )
10
+ [ ![ GitHub Repo Size] ( https://img.shields.io/github/repo-size/cssnr/stack-deploy-action?logo=bookstack&logoColor=white&label=size )] ( https://github.com/cssnr/stack-deploy-action )
9
11
[ ![ GitHub Top Language] ( https://img.shields.io/github/languages/top/cssnr/stack-deploy-action?logo=sharp&logoColor=white )] ( https://github.com/cssnr/stack-deploy-action )
10
- [ ![ GitHub repo size] ( https://img.shields.io/github/repo-size/cssnr/stack-deploy-action?logo=bookstack&logoColor=white&label=size )] ( https://github.com/cssnr/stack-deploy-action )
11
- [ ![ GitHub Discussions] ( https://img.shields.io/github/discussions/cssnr/stack-deploy-action )] ( https://github.com/cssnr/stack-deploy-action/discussions )
12
+ [ ![ GitHub Discussions] ( https://img.shields.io/github/discussions/cssnr/stack-deploy-action?logo=github )] ( https://github.com/cssnr/stack-deploy-action/discussions )
12
13
[ ![ GitHub Forks] ( https://img.shields.io/github/forks/cssnr/stack-deploy-action?style=flat&logo=github )] ( https://github.com/cssnr/stack-deploy-action/forks )
13
14
[ ![ GitHub Repo Stars] ( https://img.shields.io/github/stars/cssnr/stack-deploy-action?style=flat&logo=github )] ( https://github.com/cssnr/stack-deploy-action/stargazers )
14
15
[ ![ GitHub Org Stars] ( https://img.shields.io/github/stars/cssnr?style=flat&logo=github&label=org%20stars )] ( https://cssnr.github.io/ )
15
16
[ ![ Discord] ( https://img.shields.io/discord/899171661457293343?logo=discord&logoColor=white&label=discord&color=7289da )] ( https://discord.gg/wXy6m2X8wY )
16
- [ ![ Support ] ( https://img.shields.io/badge/Ko--fi-579fbf ?logo=kofi&label=Support )] ( https://ko-fi.com/cssnr )
17
+ [ ![ Ko-fi ] ( https://img.shields.io/badge/Ko--fi-72a5f2 ?logo=kofi&label=support )] ( https://ko-fi.com/cssnr )
17
18
18
19
# Docker Stack Deploy Action
19
20
@@ -54,6 +55,7 @@ For more details see [action.yaml](action.yaml) and [src/main.sh](src/main.sh).
54
55
| ` user ` | ** Yes** | - | Remote Docker Username |
55
56
| ` pass ` | or ` ssh_key ` | - | Remote Docker Password \* |
56
57
| ` ssh_key ` | or ` pass ` | - | Remote SSH Key File \* |
58
+ | ` disable_keyscan ` | - | ` false ` | Disable SSH Key Scan: ` ssh-keyscan ` \* |
57
59
| ` env_file ` | - | - | Docker Environment File \* |
58
60
| ` detach ` ** ²** | - | ` true ` | Detach Flag, ` false ` , to disable \* |
59
61
| ` prune ` ** ²** | - | ` false ` | Prune Flag, ` true ` , to enable |
@@ -96,6 +98,8 @@ If your hostname is behind a proxy like Cloudflare you will need to use the IP a
96
98
97
99
** pass/ssh_key:** You must provide either a ` pass ` or ` ssh_key ` , not both.
98
100
101
+ ** disable_keyscan:** This will disable the ` ssh-keyscan ` command. Advanced use only.
102
+
99
103
** env_file:** Variables in this file are exported before running stack deploy.
100
104
To use a docker ` env_file ` specify it in your compose file and make it available in a previous step.
101
105
If you need compose file templating this can also be done in a previous step.
@@ -502,12 +506,12 @@ For more information, see the CSSNR [SUPPORT.md](https://github.com/cssnr/.githu
502
506
503
507
# Contributing
504
508
509
+ If you would like to submit a PR, please review the [CONTRIBUTING.md](CONTRIBUTING.md).
510
+
505
511
Please consider making a donation to support the development of this project
506
512
and [additional](https://cssnr.com/) open source projects.
507
513
508
- [](https://ko-fi.com/cssnr)
509
-
510
- If you would like to submit a PR, please review the [CONTRIBUTING.md](CONTRIBUTING.md).
514
+ [](https://ko-fi.com/cssnr)
511
515
512
516
Additionally, you can support other GitHub Actions I have published :
513
517
@@ -524,4 +528,4 @@ Additionally, you can support other GitHub Actions I have published:
524
528
- [Package Changelog Action](https://github.com/cssnr/package-changelog-action?tab=readme-ov-file#readme)
525
529
- [NPM Outdated Check Action](https://github.com/cssnr/npm-outdated-action?tab=readme-ov-file#readme)
526
530
527
- For a full list of current projects to support visit : [https://cssnr.github.io/](https://cssnr.github.io/)
531
+ For a full list of current projects visit : [https://cssnr.github.io/](https://cssnr.github.io/)
0 commit comments