From 5fb754b880644eb844a76e3ba6c529be2f740f60 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 9 Mar 2024 01:13:34 -0700 Subject: [PATCH] deploy on main push --- .drone.yml | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f6227f5..4cb1c6b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,3 +15,7 @@ steps: from_secret: SSH_CONNECTION_STRING SSH_KEY: from_secret: SSH_KEY + +trigger: + branch: + - main diff --git a/README.md b/README.md index f8c84db..6427ebc 100644 --- a/README.md +++ b/README.md @@ -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 "@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...)