Files
herolib/examples/threefold/tfgrid3deployer/vm_gw_caddy
Mahmoud Emad 2e14b7b7af fix: improve git url parsing and deployment
- Improve the parsing of Git URLs to correctly handle paths and branches.
- Fix an issue where the `griddriver` installer was not correctly
- installed.
- Fix a bug in the `IPAddress` `ping` function.
- Update the `GitLocation` struct to correctly handle branches and
- tags.
- Fix a bug in the `GitRepo` `checkout` function.
- Improve the `gitlocation_from_url` function to handle various Git
- URL formats.
- Update the `livekit` installer to use the correct source command.
- Update the `golang` installer to use the correct `go version`
- command.
- Update the `griddriver` installer to use the correct version
- command.

Co-authored-by: supermario <mariobassem12@gmail.com>
2025-01-02 13:35:36 +02:00
..
2024-12-31 17:37:58 +02:00
2024-12-31 17:17:00 +01:00

export your mnemonics of ThreeFold Grid

export TFGRID_NETWORK="dev"
export TFGRID_NETWORK="test"
export TFGRID_NETWORK="main"

export TFGRID_MNEMONIC=""

export SSH_KEY=$(cat ~/.ssh/id_rsa.pub)