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: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ This is particularly useful for CI/CD pipelines.
44
44
-`PORTAINER_URL` (string, required): URL to Portainer
45
45
-`PORTAINER_STACK_NAME` (string, required): Stack name
46
46
-`DOCKER_COMPOSE_FILE` (string, required if action=deploy): Path to doker-compose file
47
+
-`ENVIRONMENT_VARIABLES_FILE` (string, optional, only used when action=deploy or action=update): Path to file with environment variables to be used by the stack. See [stack environment variables](#stack-environment-variables) below.
47
48
-`PORTAINER_PRUNE` ("true" or "false", optional): Whether to prune unused containers or not. Defaults to `"false"`.
48
49
-`PORTAINER_ENDPOINT` (int, optional): Which endpoint to use. Defaults to `1`.
49
50
-`HTTPIE_VERIFY_SSL` ("yes" or "no", optional): Whether to verify SSL certificate or not. Defaults to `"yes"`.
@@ -84,6 +86,7 @@ This is more suitable for standalone script usage.
84
86
-`-l` (string, required): URL to Portainer
85
87
-`-n` (string, required): Stack name
86
88
-`-c` (string, required if action=deploy): Path to doker-compose file
89
+
-`-g` (string, optional, only used when action=deploy or action=update): Path to file with environment variables to be used by the stack. See [stack environment variables](#stack-environment-variables) below.
87
90
-`-r` ("true" or "false", optional): Whether to prune unused containers or not. Defaults to `"false"`.
88
91
-`-e` (int, optional): Which endpoint to use. Defaults to `1`.
89
92
-`-s` ("yes" or "no", optional): Whether to verify SSL certificate or not. Defaults to `"yes"`.
@@ -94,13 +97,26 @@ This is more suitable for standalone script usage.
0 commit comments