Skip to content

Commit

Permalink
Remove obsolete instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt committed Mar 8, 2024
1 parent 23e1fab commit 883193a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions content/collections/create.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,6 @@ This key will enable automated deployment via GitHub Actions.
- Connect to the server: `ssh <username>@<host>`
- Create a new deployment SSH key: `ssh-keygen -q -N "" -f ~/.ssh/ota-deploy`
- Add the public key to `authorized_keys`: `cat ~/.ssh/ota-deploy.pub >> ~/.ssh/authorized_keys`
- Add the private key to the SSH authentication agent: `ssh-add ~/.ssh/ota-deploy` (start the SSH agent before if necessary: `eval ${ssh-agent -s}`)

Note: user must have the right to `sudo`.

#### Add key to GitHub <collection_name>-declarations repository secrets

Expand Down

0 comments on commit 883193a

Please sign in to comment.