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/get-started.md
+17-18Lines changed: 17 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,22 +43,6 @@ If using the `workflow_dispatch` trigger you can [manually run the job](https://
43
43
44
44
> See the [Inputs Documentation](../docs/inputs.md) for more options to customize your deployment.
45
45
46
-
## Secrets
47
-
48
-
You should store your credentials in [GitHub Actions Secrets](https://docs.github.com/en/actions/how-tos/write-workflows/choose-what-workflows-do/use-secrets).
49
-
50
-
The [SSH key](../docs/inputs.md#ssh_key) should be copied and pasted exactly as it appears in the private key file.
51
-
52
-
You do not need to add all values as a secret. However, be aware that any inputs not added as a secret,
53
-
will be visible in the [GitHub Actions Logs](https://docs.github.com/en/actions/how-tos/monitor-workflows/use-workflow-run-logs).
54
-
55
-
Likewise, if you add your GitHub username or the port number 22 as a secret,
56
-
these values will be replaced with `***`'s anywhere they appear in the logs, including repository names.
57
-
58
-
If working within an [GitHub Organization](https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-organizations)
59
-
you can create these secrets in the organization and make them available to all your repositories.
60
-
_This is why I use the [cssnr](https://github.com/cssnr) organization._
61
-
62
46
## Command
63
47
64
48
The command used to deploy the stack is generated depending on mode.
@@ -81,6 +65,22 @@ You can view the full deployment script on GitHub: [src/main.sh](https://github.
81
65
82
66
> See the [Inputs Documentation](../docs/inputs.md) for more options to customize the deployment.
83
67
68
+
## Secrets
69
+
70
+
You should store your credentials in [GitHub Actions Secrets](https://docs.github.com/en/actions/how-tos/write-workflows/choose-what-workflows-do/use-secrets).
71
+
72
+
The [SSH key](../docs/inputs.md#ssh_key) should be copied and pasted exactly as it appears in the private keyfile.
73
+
74
+
You do not need to add all values as a secret. However, be aware that any inputs not added as a secret,
75
+
will be visible in the [GitHub Actions Logs](https://docs.github.com/en/actions/how-tos/monitor-workflows/use-workflow-run-logs).
76
+
77
+
Likewise, if you add your GitHub username or the port number 22 as a secret,
78
+
these values will be replaced with `***`'s anywhere they appear in the logs, including repository names.
79
+
80
+
If working within an [GitHub Organization](https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/about-organizations)
81
+
you can create these secrets in the organization and make them available to all your repositories.
82
+
_This is why I use the [cssnr](https://github.com/cssnr) organization._
83
+
84
84
## Portainer
85
85
86
86
If you use Portainer, you should deploy directly to [Portainer](https://www.portainer.io/resources/get-started/install) for full control.
@@ -89,8 +89,7 @@ For this you should use: [cssnr/portainer-stack-deploy-action](https://github.co
0 commit comments