Skip to content

Commit

Permalink
Merge pull request #71 from green-ecolution/feature/rename-orga-repo-…
Browse files Browse the repository at this point in the history
…name

chore: rename organisation repo name
  • Loading branch information
choffmann authored Jul 17, 2024
2 parents ebe7538 + f39e6e6 commit 1ffbc46
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release
- Create "Page under construction" Page

[Unreleased]: https://github.com/SmartCityFlensburg/project-website/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/green-ecolution/project-website/compare/v1.0.0...HEAD

[v1.0.0]: https://github.com/SmartCityFlensburg/project-website/compare/v0.0.1...v1.0.0
[v1.0.0]: https://github.com/green-ecolution/project-website/compare/v0.0.1...v1.0.0

[v0.0.1]: https://github.com/SmartCityFlensburg/project-website/releases/tag/v0.0.1
[v0.0.1]: https://github.com/green-ecolution/project-website/releases/tag/v0.0.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ For each environment, the deployment workflow will run the following steps:

1. Install the project dependencies
2. Build the project
3. Push package to GitHub Package Registry (see [GitHub Package Registry](https://github.com/orgs/SmartCityFlensburg/packages?repo_name=project-website))
3. Push package to GitHub Package Registry (see [GitHub Package Registry](https://github.com/orgs/green-ecolution/packages?repo_name=project-website))
4. Dump version in helm chart values (version tag or commit hash)
5. Deploy the project to the environment

Expand Down
2 changes: 1 addition & 1 deletion k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ deployment:
name: project-website
replicaCount: 1
image:
repository: ghcr.io/smartcityflensburg/project-website
repository: ghcr.io/green-ecolution/project-website
pullPolicy: Always
tag: latest

Expand Down
2 changes: 1 addition & 1 deletion k8s/values/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ deployment:
name: project-website-dev
replicaCount: 1
image:
repository: ghcr.io/smartcityflensburg/project-website-dev
repository: ghcr.io/green-ecolution/project-website-dev
pullPolicy: Always
tag: "bfa1423"
ingress:
Expand Down
2 changes: 1 addition & 1 deletion k8s/values/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ deployment:
name: project-website
replicaCount: 1
image:
repository: ghcr.io/smartcityflensburg/project-website
repository: ghcr.io/green-ecolution/project-website
pullPolicy: Always
tag: v1.0.0

Expand Down
2 changes: 1 addition & 1 deletion k8s/values/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ deployment:
name: project-website-stage
replicaCount: 1
image:
repository: ghcr.io/smartcityflensburg/project-website-stage
repository: ghcr.io/green-ecolution/project-website-stage
pullPolicy: Always
tag: 92fdc8d
ingress:
Expand Down
2 changes: 1 addition & 1 deletion src/tsx/components/hero/ContactHeroContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function ContactHeroContent() {
className="w-6 h-6" alt="" loading="lazy"/>
<span>Kontakt</span>
</Button>
<Button href="https://github.com/SmartCityFlensburg" ariaLabel="Besuchen Sie uns auf GitHub" isExternalLink isDark>
<Button href="https://github.com/green-ecolution" ariaLabel="Besuchen Sie uns auf GitHub" isExternalLink isDark>
<img
src="/assets/svg/socials/github.svg"
className="w-6 h-6" alt="" loading="lazy"/>
Expand Down
2 changes: 1 addition & 1 deletion src/tsx/components/navigation/MainNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const MainNavigation: React.FC<MainNavigationProps> = ({ isOpen, onClose }) => {
<ul className="text-white lg:text-grey-900 lg:flex lg:gap-x-10 lg:justify-end lg:items-center">
<NavItem label="Das Projekt" url="/projekt"/>
<NavItem label="Kontakt" url="/kontakt"/>
<NavItem label="GitHub" url="https://github.com/SmartCityFlensburg" isExternalLink/>
<NavItem label="GitHub" url="https://github.com/green-ecolution" isExternalLink/>
</ul>

<ul className="absolute bottom-6 text-white lg:text-grey-900 flex felx-wrap gap-x-5 items-center text-sm md:bottom-10 md:text-base lg:hidden">
Expand Down
2 changes: 1 addition & 1 deletion src/tsx/components/sections/Faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function Faq() {
<p className="mb-4 text-blue-600">
Der Quellcode ist in einem öffentlich zugänglichen&nbsp;
<a
href="https://github.com/SmartCityFlensburg"
href="https://github.com/green-ecolution"
target="_blank"
rel="noopener noreferrer"
className="text-green-dark-900 font-semibold underline underline-offset-2 transition-all ease-in-out duration-300 hover:text-green-light-900"
Expand Down
2 changes: 1 addition & 1 deletion src/tsx/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function Footer() {
<span>Kontakt</span>
</Button>
<Button
href="https://github.com/SmartCityFlensburg"
href="https://github.com/green-ecolution"
ariaLabel="Besuche uns auf GitHub"
isExternalLink
>
Expand Down

0 comments on commit 1ffbc46

Please sign in to comment.