Go to file
Elizabeth Hunt a9c176b986
continuous-integration/drone/push Build is passing Details
update the abstraction engine
2024-03-27 21:11:53 -06:00
gemini rsync 2024-03-09 14:35:46 -07:00
gopher rsync 2024-03-09 14:35:46 -07:00
html update the abstraction engine 2024-03-27 21:11:53 -06:00
systemd persistent db 2024-03-10 17:15:33 -06:00
.drone.yml assumeyes 2024-03-10 01:13:13 -07:00
.gitignore rsync 2024-03-09 14:35:46 -07:00
.gitmodules finish static page 2024-03-09 21:29:25 -07:00
README.md rsync 2024-03-09 14:35:46 -07:00
compile.sh depth 1 on submodule clone 2024-03-09 22:20:52 -07:00
deploy.sh fix substitution 2024-03-10 03:00:58 -06:00
go.mod fruitvote 2024-03-10 16:45:26 -06:00
go.sum fruitvote 2024-03-10 16:45:26 -06:00

README.md

very simple CI/CD setup for my tilde.club

instructions:

  1. generate a new ssh key with no password (i.e. @ /tmp/id_ed25519)
  2. add the key to .ssh/authorized_keys @ tilde.club
  3. set RSYNC_DESTINATION in drone.io worker secrets to "@tilde.club:/home/"
  4. set SSH_KEY to (echo /tmp/id_ed25519 | base64 -e --wrap=0)
  5. profit (keep it simple! don't want env vars leaking for obvious reasons...)