Simplify private repository flow #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
coop-cloud/organising#586
On this step when reading the docs, I find myself asking:
Where do I generate a private deploy key for my site?
Is it just the normal
~/.sshlocation where it's saved as the fileid_ed25519?I assume yes, so is the correct step that I am supposed to do this:
Paste the truncated key (with ASCII armor) into the
example.org.envfile like this:Or am I referencing a keyfile on disk in
~/.abra/somewhere? I think the docs mean the former, but after fiddling a bit when I rundeployorsecret lsabra fails fails with the following:@basebuilder I ran this for adding the key on my local workstation:
Where
./foodeployis the actual filepath, not the file contents. This doesn't go in the.envfiles, it's a command you run on your terminal.Once you
docker secret create ...it's made available on the deployment. It is then loaded into the file system of thebadgerimage in https://git.coopcloud.tech/coop-cloud/parasol-static-site/src/branch/main/deploy_key.tmpl at the location ofLet's improve the docs once you get through this 🤘
FYI coop-cloud/organising#586 supported in latest
abraHEAD (unreleased).@decentral1se This one should be solved, right?
Yep!