Skip to content

Commit 8f09b3f

Browse files
enhancement: Update references to repo name to reflect the name change (#77)
* enhancement: Update references to repo name to reflect the name change * fixup! enhancement: Update references to repo name to reflect the name change * fixup! fixup! enhancement: Update references to repo name to reflect the name change Co-authored-by: David Cheung <[email protected]>
1 parent 854831c commit 8f09b3f

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

LICENSE.spdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SPDXVersion: SPDX-2.1
22
DataLicense: CC0-1.0
3-
PackageName: zero-deployable-go-backend
3+
PackageName: zero-backend-go
44
PackageOriginator: Commit
5-
PackageHomePage: https://github.com/commitdev/zero-deployable-backend/
6-
PackageLicenseDeclared: Apache-2.0
5+
PackageHomePage: https://github.com/commitdev/zero-backend-go/
6+
PackageLicenseDeclared: Apache-2.0

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ github_actions_setup:
4343
sh scripts/gha-setup.sh setup
4444

4545
summary:
46-
@echo "zero-deployable-backend:"
46+
@echo "zero-backend-go:"
4747
@echo "- Repository URL: ${REPOSITORY}"
4848
@echo "- Deployment Pipeline URL: https://app.circleci.com/pipelines/github/${GITHUB_ORG}/${GITHUB_REPO}"
4949
@echo $(shell echo ${ENVIRONMENT} | grep prod > /dev/null && echo "- Production API: ${productionBackendSubdomain}${productionHostRoot}")

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Zero Deployable Backend
1+
# Zero Backend Service - Golang
22
This is a [Zero][zero] module which sets up a
33
service which can be deployed to the environment set up with [zero-aws-eks-stack][zero-infra].
44

@@ -78,7 +78,7 @@ This step is meant to be executed during `zero apply`, includes following steps:
7878

7979
### Frontend Repo
8080

81-
The corresponding frontend for this app is [zero-deployable-react-frontend][zero-frontend].
81+
The corresponding frontend for this app is [zero-frontend-react][zero-frontend].
8282

8383
## Other links
8484
Project board: [zenhub][zenhub-board]
@@ -88,6 +88,6 @@ Project board: [zenhub][zenhub-board]
8888
<!-- Links -->
8989
[zero]: https://github.com/commitdev/zero
9090
[zero-infra]: https://github.com/commitdev/zero-aws-eks-stack
91-
[zero-frontend]: https://github.com/commitdev/zero-deployable-react-frontend
91+
[zero-frontend]: https://github.com/commitdev/zero-frontend-react
9292

9393
[zenhub-board]: https://app.zenhub.com/workspaces/commit-zero-5da8decc7046a60001c6db44/board?filterLogic=any&repos=203630543,247773730,257676371,258369081

doc-site/docs/about/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ This repository is language/business-logic agnostic; mainly showcasing some univ
2222

2323
### Frontend Repo
2424

25-
The corresponding frontend for this app is [zero-deployable-react-frontend][zero-frontend].
25+
The corresponding frontend for this app is [zero-frontend-react].
2626

2727

2828
<!-- Links -->
2929
[zero]: https://github.com/commitdev/zero
3030
[zero-infra]: https://github.com/commitdev/zero-aws-eks-stack
31-
[zero-frontend]: https://github.com/commitdev/zero-deployable-react-frontend
31+
[zero-frontend-react]: https://github.com/commitdev/zero-frontend-react

doc-site/docs/components/billing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ this is setup using the script [scripts/stripe-example-setup.sh][backend-stripe-
3232
### Deployment
3333
The initialization step already added your Stripe API key to AWS secret manager hooked up with External Secrets, if you need to update the API Key you can simply edit the value in AWS Secret Manager (this will mean you have to update the frontend publishable key as well)
3434

35-
[backend-stripe-setup-script]: https://github.com/commitdev/zero-deployable-backend/blob/main/templates/scripts/stripe-example-setup.sh
35+
[backend-stripe-setup-script]: https://github.com/commitdev/zero-backend-go/blob/main/templates/scripts/stripe-example-setup.sh

doc-site/docs/guides/ci-cd-pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ Your repository comes with a protected branch `master` and you can edit Branch p
3838
By default it requires `[lint, unit-test]` to be passing to allow Pull requests to merge.
3939
<% end %>
4040

41-
[circleci-details]: https://github.com/commitdev/zero-deployable-node-backend/tree/main/templates/.circleci/README.md
42-
[github-actions]: https://github.com/commitdev/zero-deployable-node-backend/tree/main/templates/.github/workflows/ci.yml
41+
[circleci-details]: https://github.com/commitdev/zero-backend-go/tree/main/templates/.circleci/README.md
42+
[github-actions]: https://github.com/commitdev/zero-backend-go/tree/main/templates/.github/workflows/ci.yml

doc-site/docs/guides/kubernetes-kustomize.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kubectl -n <APP_NAME> get pods
1313
You can update the resource limits in the [kubernetes/base/deployment.yml][base-deployment], and control fine-grain customizations based on environment and specific deployments such as Scaling out your production replicas from the [overlays configurations][env-prod]
1414

1515

16-
[base-cronjob]: https://github.com/commitdev/zero-deployable-node-backend/tree/main/templates/kubernetes/base/cronjob.yml
17-
[base-deployment]: https://github.com/commitdev/zero-deployable-node-backend/tree/main/templates/kubernetes/base/deployment.yml
18-
[env-prod]: https://github.com/commitdev/zero-deployable-node-backend/tree/main/templates/kubernetes/overlays/production/deployment.yml
19-
[circleci-details]: https://github.com/commitdev/zero-deployable-node-backend/tree/main/templates/.circleci/README.md
16+
[base-cronjob]: https://github.com/commitdev/zero-backend-go/tree/main/templates/kubernetes/base/cronjob.yml
17+
[base-deployment]: https://github.com/commitdev/zero-backend-go/tree/main/templates/kubernetes/base/deployment.yml
18+
[env-prod]: https://github.com/commitdev/zero-backend-go/tree/main/templates/kubernetes/overlays/production/deployment.yml
19+
[circleci-details]: https://github.com/commitdev/zero-backend-go/tree/main/templates/.circleci/README.md

doc-site/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { downloadCommonCustomCss, themeConfig, stylesheets, misc } = require('@co
33

44
const siteUrl = process.env.BUILD_DOMAIN ? `https://${process.env.BUILD_DOMAIN}` : 'https://staging.getzero.dev';
55
const baseUrl = '/docs/modules/backend-go/';
6-
const repositoryName = 'zero-deployable-backend';
6+
const repositoryName = 'zero-backend-go';
77

88
let customCss;
99
try {

zero-module.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: zero-deployable-backend
2-
description: 'zero module for a basic backend service running in kubernetes'
1+
name: zero-backend-go
2+
description: 'Zero module for a backend service in Go running in Kubernetes'
33
author: 'Commit'
44
zeroVersion: '>= 0.1.1'
55
commands:

0 commit comments

Comments
 (0)