You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/features.md
+34-37Lines changed: 34 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Features
2
2
3
3
Deploy a Docker [stack](https://docs.docker.com/reference/cli/docker/stack/deploy/) or [compose](https://docs.docker.com/reference/cli/docker/compose/up/) file, to a remote host over SSH,
4
-
using a [remote context](https://docs.docker.com/engine/manage-resources/contexts/). This deploys the stack from the current workspace without copying files.
4
+
using a [Remote Context](#remote-context). This deploys the stack from the current workspace without copying files.
5
5
6
6
- Deploy to Docker Swarm or Compose.
7
7
- Deploy over SSH using [keyfile](../docs/inputs.md#pass-ssh-key) or [password](../docs/inputs.md#pass-ssh-key).
8
-
- Deploy from the current working directory.
8
+
- Deploy from the current working [directory](#remote-context).
9
9
- Deploy from a private registry with [credentials](../docs/inputs.md#registry-user-registry-pass).
10
10
-[Job Summary](#job-summary) with deployment output, including errors.
11
11
- Supports multiple compose [files](../docs/inputs.md#file) and stack deployments.
@@ -19,59 +19,56 @@ You can [get started here](get-started.md) or view [workflow examples](examples.
19
19
If you need more options, please [open a feature request](https://github.com/cssnr/stack-deploy-action/discussions/categories/feature-requests)
20
20
:::
21
21
22
-
## Job Summary
22
+
## Remote Context
23
23
24
-
Unless disabled, a Job Summary is generated to capture the command, output and errors.
24
+
This action uses a [remote context](https://docs.docker.com/engine/manage-resources/contexts/)
25
+
to deploy the stack on the remote host, from the current environment.
25
26
26
-
💡 _Click on the heading to expand/collapse the item._
Copy file name to clipboardExpand all lines: docs/guides/resources.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,5 +13,6 @@ A collection of resources and guides for getting started.
13
13
14
14
15
15
::: tip
16
-
Have a related resource? Let us know by creating a [PR](https://github.com/cssnr/stack-deploy-docs/edit/master/docs/guides/examples.md) or an [Issue](https://github.com/cssnr/stack-deploy-docs/issues).
16
+
Have a related resource? Let us know by creating a [PR](https://github.com/cssnr/stack-deploy-docs/edit/master/docs/guides/examples.md)
17
+
or an [Issue](https://github.com/cssnr/stack-deploy-docs/issues) on [GitHub](https://github.com/cssnr/stack-deploy-docs).
0 commit comments