Skip to content
Snippets Groups Projects
Unverified Commit 33f443f2 authored by Varac's avatar Varac
Browse files

Use CI ssh key

parent f05c1b0a
No related branches found
No related tags found
No related merge requests found
......@@ -79,8 +79,8 @@ use it. This is a manual process for now. Follow these steps:
1. Create a new VPS
```
export HOST_NAME=baseimage$(date +'%Y%m%d')
# Make sure you use your private ssh key id
export SSH_ID=112
# Make sure you use your private ssh key id, 411 is the ssh key used in CI
export SSH_ID=411
python -m openappstack ${HOST_NAME} create --create-droplet --create-hostname ${HOST_NAME}.openappstack.net --ssh-key-id $SSH_ID --create-domain-records --subdomain ${HOST_NAME} openappstack.net
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment