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
- Now SSH into the VM instance where the platform is to be deployed, open the file `/home/<SSH_USER>/.ssh/authorized_keys` and append the contents of the public key to the end of the file.
365
+
- Now the last step is to add the SSH private key to the GitHub secrets
366
+
- Navigate to "Secrets and variables" -> "Actions" -> "Secrets".
367
+
- Click on "New repository secret" and setup the following variable:
368
+
- `SSH_KEY_PRIVATE`: Save the contents of the private SSH key file created in the last step as this secret.
369
+
- Also checkout the variables `INSTALL_FOLDER` and `SAMPLE_REPOSITORY` in the [deployment pipeline](/.github/workflows/sp-deployment-pipeline.yml) in case you have configured values other than default.
0 commit comments