We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760c32c commit bb5c7e3Copy full SHA for bb5c7e3
README.md
@@ -29,6 +29,13 @@ Saved in `.secrets/<secret-name>.txt`
29
30
For github actions they are named using snake case `email_password`.
31
32
+## Github secrets
33
+
34
+| Secret | Description |
35
+|----------------|-------------------------------------------------------|
36
+| ssh_key | The private key to connect to the VPS |
37
+| ssh_connection | The ssh connection string in the form user@ip_address |
38
39
# Running
40
41
This site is deploy to a docker compose setup and can be run in any VPS. There are two ways of running this project:
0 commit comments