Skip to content

Commit

Permalink
corrected urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Dec 11, 2024
1 parent 814be75 commit 037fb19
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Wir.Social Deploys And Rebrands Ocelot.Social

[![Build Status Publish](https://github.com/wir-social/wir-social/actions/workflows/publish.yml/badge.svg)](https://github.com/wir-social/wir-social/actions)
[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/wir-social/wir-social/blob/LICENSE.md)
[![Build Status Publish](https://github.com/IT4Change/wir.social/actions/workflows/publish.yml/badge.svg)](https://github.com/IT4Change/wir.social/actions)
[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/IT4Change/wir.social/blob/LICENSE.md)
[![Discord Channel](https://img.shields.io/discord/489522408076738561.svg)](https://discord.gg/AJSX9DCSUA)
[![Open Source Helpers](https://www.codetriage.com/ocelot-social-community/ocelot-social-deploy-rebranding/badges/users.svg)](https://www.codetriage.com/ocelot-social-community/ocelot-social-deploy-rebranding)

Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
webapp:
image: ghcr.io/wir-social/wir.social/webapp
image: ghcr.io/IT4Change/wir.social/webapp
build:
context: .
dockerfile: ./docker/webapp.Dockerfile
Expand All @@ -18,7 +18,7 @@ services:
- backend

backend:
image: ghcr.io/wir-social/wir-social/backend
image: ghcr.io/IT4Change/wir.social/backend
build:
context: .
dockerfile: ./docker/backend.Dockerfile
Expand All @@ -38,7 +38,7 @@ services:
- neo4j

maintenance:
image: ghcr.io/wir-social/wir.social/maintenance
image: ghcr.io/IT4Change/wir.social/maintenance
build:
context: .
dockerfile: ./docker/maintenance.Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion helmfile/environments/default.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ domain: wir-social-staging.ocelot-social.it4c.org
redirect_domains: []
namespace: wir-social-ocelot
image_tag: {{ $image_tag }}
github_repository: wir-social/wir.social
github_repository: IT4Change/wir.social
2 changes: 1 addition & 1 deletion helmfile/environments/production.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ redirect_domains: | # i don't understand it, but its the way to get it to work:
namespace: wir-social-ocelot-production
#image_tag: {{ env "IMAGE_TAG" | default (printf "ocelot-%s--branded-%s" $ocelot_image_tag $branded_image_tag) }}
image_tag: {{ $image_tag }}
github_repository: wir-social/wir.social
github_repository: github_repository/wir.social

0 comments on commit 037fb19

Please sign in to comment.