Continuous deployment implementation #32
tobymurray
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As of #29, this project should automatically build. The next step is to automatically deploy.
Mentioned here:
I think it should still be possible to deploy with rsync from GitHub. There's not too much I'd be able to do as it would require an admin on AirGradient's machine but:
ssh-keygen -t ed25519 -C "github-actions" -f ./github-actions-key
github-actions-key.pub
to~/.ssh/authorized_keys
for the relevant user on the machineEnsure the remote server accepts the public key, then we can add a GitHub action to rsync the build artifact over.
Couple extra quirks:
authorized_keys
fileBeta Was this translation helpful? Give feedback.
All reactions