Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sidecar): quick deployment script with systemctl #176

Merged
merged 3 commits into from
Jul 31, 2024

Conversation

merklefruit
Copy link
Collaborator

This PR introduces a secondary way for us to deploy the Bolt sidecar on our dev machine, through
the combination of Tailscale SSH and Systemctl.

The deployment for node operators remains unchanged. To deploy to the dev machine, the following is required:

  • access to the Chainbound Tailnet
  • a copy of the ./bolt-sidecar/.env.dev file with the required variables for the dev environment

Armed with these, one can simply use the just deploy-sidecar-dev recipe to live-reload the service,
instead of having to wait 20 minutes for the new docker build to finish.

Furthermore, we can see the logs with just logs-sidecar-dev and stop it with just stop-sidecar-dev.

@merklefruit merklefruit merged commit 4034fcf into chore/sidecar/version Jul 31, 2024
2 checks passed
@merklefruit merklefruit deleted the feat/sidecar/deploy-dev branch July 31, 2024 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant