Remove git-ssh usage

This commit is contained in:
Shreerang Kale 2025-06-19 11:01:34 +05:30
parent 0a93c5101b
commit 4a75025e23
10 changed files with 15 additions and 15 deletions

View File

@ -20,7 +20,7 @@
- Fetch stack:
```bash
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --git-ssh --pull
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --pull
```
- Generate LPS lockup distribution JSON file

View File

@ -25,7 +25,7 @@
- laconicd-stack
```bash
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --git-ssh --pull
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --pull
```
## Build laconicd to generate genesis file

View File

@ -7,7 +7,7 @@
- To fetch laconicd-stack:
```bash
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --git-ssh --pull
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --pull
```
- Machine 1: Where your SAPO testnet node is already running

View File

@ -260,7 +260,7 @@ Instructions to reset / update the deployments
* If code has changed, fetch and build with updated source code:
```bash
laconic-so --stack ~/cerc/snowballtools-base-api-stack/stack-orchestrator/stacks/snowballtools-base-backend setup-repositories --git-ssh --pull
laconic-so --stack ~/cerc/snowballtools-base-api-stack/stack-orchestrator/stacks/snowballtools-base-backend setup-repositories --pull
# rebuild containers
laconic-so --stack ~/cerc/snowballtools-base-api-stack/stack-orchestrator/stacks/snowballtools-base-backend build-containers --force-rebuild

View File

@ -15,7 +15,7 @@ This playbook sets up the Cosmos Multisig application for managing multisig wall
- Fetch the stack:
```bash
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --git-ssh --pull
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --pull
```
- Copy the example variables file:

View File

@ -25,7 +25,7 @@
- name: Clone cosmos-multisig-ui repo
shell: |
laconic-so fetch-stack git.vdb.to/cerc-io/cosmos-multisig-ui@v0.1.2 --git-ssh --pull
laconic-so fetch-stack git.vdb.to/cerc-io/cosmos-multisig-ui@v0.1.2 --pull
- name: Build container image
shell: |

View File

@ -24,7 +24,7 @@
- name: Setup required repositories
shell: >
laconic-so --stack ~/cerc/laconicd-stack/stack-orchestrator/stacks/mainnet-laconicd
setup-repositories --git-ssh --pull
setup-repositories --pull
- name: Build container images
shell: |

View File

@ -17,7 +17,7 @@
- name: Fetch tmkms stack
shell: |
laconic-so fetch-stack git.vdb.to/LaconicNetwork/tmkms-stack --git-ssh --pull
laconic-so fetch-stack git.vdb.to/LaconicNetwork/tmkms-stack --pull
- name: Build tmkms container images
shell: |

View File

@ -8,7 +8,7 @@
- name: Setup required repositories
shell: >
laconic-so --stack ~/cerc/laconicd-stack/stack-orchestrator/stacks/mainnet-laconicd
setup-repositories --git-ssh --pull
setup-repositories --pull
- name: Build container images
shell: |

View File

@ -31,7 +31,7 @@
- name: Setup required repositories
shell: >
laconic-so --stack ~/cerc/laconicd-stack/stack-orchestrator/stacks/mainnet-laconicd
setup-repositories --git-ssh --pull
setup-repositories --pull
- name: Build container images
shell: |