Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve deployment documentation #144

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

clementbiron
Copy link
Member

Makes minor improvements to deployment documentation.

Copy link

netlify bot commented Sep 11, 2024

Deploy Preview for open-terms-archive-docs ready!

Name Link
🔨 Latest commit c89c028
🔍 Latest deploy log https://app.netlify.com/sites/open-terms-archive-docs/deploys/66e1a600cb3628000800d1ba
😎 Deploy Preview https://deploy-preview-144--open-terms-archive-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@clementbiron clementbiron requested review from Ndpnt and removed request for MattiSG October 16, 2024 07:26
@@ -312,7 +312,7 @@ On your local machine:

#### Create the SSH key

- Create a new SSH key: `ssh-keygen -t ed25519 -C bot@opentermsarchive.org -P "" -f ./<collection_name>-key`
- Create a new SSH key: `ssh-keygen -t ed25519 -C bot@opentermsarchive.org -P "" -f ~/.ssh/<collection_name>-key`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why creating this key in your ssh folder whereas it should be deleted from your computer after backing it up and attached to the OTA-Bot user?

@@ -193,7 +193,7 @@ Before proceeding with deployment, ensure that the server meets the following re
- Add the following line at the end of this section:

```shell
<user> ALL=(ALL) NOPASSWD:ALL
<username> ALL=(ALL:ALL) NOPASSWD:ALL
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need to allow the user to specify both the target user and group when using sudo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants