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

Update cloud-setup.mdx #164

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Update cloud-setup.mdx #164

merged 1 commit into from
Mar 19, 2024

Conversation

ltfschoen
Copy link
Contributor

@ltfschoen ltfschoen commented Feb 29, 2024

Summary of changes

This is what worked for me.

I ended up actually using the following, but it didn't use Environment according to the logs.

Environment="/root/.config/webb-relayer/.env"
Type=exec
WorkingDirectory=/root/relayer
ExecStart="/root/.config/webb-relayer/run.sh"

And the contents of the executable run.sh file was

#!/bin/bash

source $HOME/.config/webb-relayer/.env
export PRIVATE_KEY=$PRIVATE_KEY && /root/relayer/target/release/webb-relayer -c /root/.config/webb-relayer/ -vvv

Proposed area of change

Put an x in the boxes that apply.

  • Relayers

Code Checklist

  • I have tested that prove my changes are working as intended
  • I have added necessary documentation (if appropriate)

Copy link

netlify bot commented Feb 29, 2024

👷 Deploy request for development-webb-docs pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 802bbde

@shekohex shekohex merged commit 96216d1 into tangle-network:main Mar 19, 2024
4 checks passed
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.

2 participants