deploy on main push
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Elizabeth Hunt 2024-03-09 01:13:34 -07:00
parent ce9dc43aa4
commit 5fb754b880
Signed by: simponic
GPG Key ID: 52B3774857EB24B1
2 changed files with 5 additions and 1 deletions

View File

@ -15,3 +15,7 @@ steps:
from_secret: SSH_CONNECTION_STRING
SSH_KEY:
from_secret: SSH_KEY
trigger:
branch:
- main

View File

@ -6,4 +6,4 @@ instructions:
2. add the key to .ssh/authorized_keys @ tilde.club
3. set SSH_CONNECTION_STRING in drone.io worker secrets to "<username>@tilde.club"
4. set SSH_KEY to (echo /tmp/id_ed25519 | base64 -e --wrap=0)
5. profit
5. profit (keep it simple! don't want env vars leaking for obvious reasons...)