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
@@ -76,23 +76,28 @@ This will disable the `ssh-keyscan` command. Advanced use only.
76
76
### env_file
77
77
78
78
Variables in this file are exported before running stack deploy.
79
-
To use a docker `env_file` specify it in your compose file and make it available in a previous step.
80
79
If you need compose file templating this can also be done in a previous step.
81
80
If using `mode: compose` you can also add the `compose_arg: --env-file stringArray`.
82
81
82
+
::: tip IMPORTANT
83
+
**This is NOT** the Docker compose [env_file](https://docs.docker.com/compose/how-tos/environment-variables/set-environment-variables/#use-the-env_file-attribute) directive.
84
+
That is set in your compose file as normal.
85
+
:::
86
+
83
87
### detach
84
88
85
-
_Swarm only._ Set this to `false` to not exit immediately and wait for the services to converge.
89
+
**Swarm Only.** Set this to `false` to not exit immediately and wait for the services to converge.
86
90
This will generate extra output in the logs and is useful for debugging deployments.
91
+
87
92
Defaults to `false` in `mode: compose`.
88
93
89
94
### resolve_image
90
95
91
-
_Swarm only._ When the default `always` is used, this argument is omitted.
96
+
**Swarm Only.** When the default `always` is used, this argument is omitted.
92
97
93
98
### registry_auth
94
99
95
-
_Swarm only._ Set to `true` to deploy with `--with-registry-auth`.
100
+
**Swarm Only.** Set to `true` to deploy with `--with-registry-auth`.
96
101
97
102
If setting `registry_user/registry_pass` this is implied.
98
103
@@ -109,3 +114,5 @@ Required to run `docker login` before stack deploy.
109
114
### summary
110
115
111
116
Write a Summary for the job. To disable this set to `false`.
117
+
118
+
For more information see [Job Summary](../guides/features.md#job-summary).
0 commit comments