Skip to content

Commit 4dbf903

Browse files
authored
chore: Further renamin galoy to blink (#7)
1 parent 4a70271 commit 4dbf903

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ci/tasks/gcp/bump-repos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ EOF
2828
GITHUB_SSH_KEY_BASE64=$(base64 -w 0 ./github.key) make vendir
2929

3030
echo " --> make_commit "
31-
make_commit "chore(deps): bump galoy-infra gcp modules to '${MODULES_GIT_REF}'"
31+
make_commit "chore(deps): bump blink-infra gcp modules to '${MODULES_GIT_REF}'"
3232

3333
echo " --> Done in bump-repos.sh"

docs/pg-migration-guide/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Before proceeding, please review the [known limitations](https://cloud.google.co
55

66
# Step 1: Configure Source Instance and create connection profile
77
- Decide upon a instance to upgrade:
8-
- We are choosing the `rishi-pg14-volcano-staging-pg-a34e9984` instance, a PostgreSQL 14 instance managed via the `galoy-infra/modules/postgresql/gcp` Terraform module.
8+
- We are choosing the `rishi-pg14-volcano-staging-pg-a34e9984` instance, a PostgreSQL 14 instance managed via the `blink-infra/modules/postgresql/gcp` Terraform module.
99
![decide-source](./assets/decide-source-instance.png)
1010
- On the tofu file of the decided instance, enable the `prep_upgrade_as_source_db` flag
1111

@@ -165,7 +165,7 @@ $ tf output -json migration_sql_command
165165
```
166166

167167
#### Step 3.5.2
168-
Manipulate the old state to reflect the new state by running the two scripts located at `galoy-infra/examples/gcp/bin`
168+
Manipulate the old state to reflect the new state by running the two scripts located at `blink-infra/examples/gcp/bin`
169169

170170
```sh
171171
$ ./terraform-db-swap.sh <main.tf directory> <module-name>

examples/gcp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# galoy-infra gcp examples
1+
# blink-infra gcp examples
22

33
This example shows how inputs to the individual modules could look like to bring up a production ready infrastructure.
44

@@ -44,7 +44,7 @@ Executing `make bootstrap` will execute `tofu apply` in the `bootstrap` folder a
4444

4545
## Inception phase
4646

47-
Once bootstrap has been executed the [`inception`](./inception/main.tf) phase can provision the VPC network, bastion, roles and service accounts needed to install the complete galoy stack.
47+
Once bootstrap has been executed the [`inception`](./inception/main.tf) phase can provision the VPC network, bastion, roles and service accounts needed to install the complete blink stack.
4848
Execute it via:
4949
```
5050
$ make inception

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
description = "Dev shell for galoy-infra";
2+
description = "Dev shell for blink-infra";
33

44
inputs = {
55
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";

0 commit comments

Comments
 (0)