From 942c2435bbb20291408564dda6dfa714ab5d6cf0 Mon Sep 17 00:00:00 2001 From: Victor Winberg Date: Thu, 27 Jul 2023 16:27:49 +0200 Subject: [PATCH] feat(domain): codies.se (#202) --- .github/workflows/build.yml | 2 +- .github/workflows/test-env-deploy.yml | 2 +- .github/workflows/test-env-remove.yml | 2 +- src/containers/common/Header.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1abfa61..9628474 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: - name: Deploy to Server if: ${{ github.event_name == 'push' }} run: | - git remote add server git@zolly.ml:repos/onelist.git + git remote add server git@codies.se:repos/onelist.git git config --global user.email "actions@github.com" git config --global user.name "Github Actions" git add build -f diff --git a/.github/workflows/test-env-deploy.yml b/.github/workflows/test-env-deploy.yml index fd894be..8026419 100644 --- a/.github/workflows/test-env-deploy.yml +++ b/.github/workflows/test-env-deploy.yml @@ -39,7 +39,7 @@ jobs: - id: git_push name: Push to Server run: | - git remote add server git@zolly.ml:repos/qa.git + git remote add server git@codies.se:repos/qa.git git config --global user.email "actions@github.com" git config --global user.name "Github Actions" git add build -f diff --git a/.github/workflows/test-env-remove.yml b/.github/workflows/test-env-remove.yml index 7b014ce..7598073 100644 --- a/.github/workflows/test-env-remove.yml +++ b/.github/workflows/test-env-remove.yml @@ -21,7 +21,7 @@ jobs: known_hosts: ${{ secrets.KNOWN_HOSTS }} - name: Git Push to Server run: | - git remote add server git@zolly.ml:repos/qa.git + git remote add server git@codies.se:repos/qa.git git config --global user.email "actions@github.com" git config --global user.name "Github Actions" git push --delete server ${GITHUB_REPOSITORY}--${GITHUB_HEAD_REF} diff --git a/src/containers/common/Header.js b/src/containers/common/Header.js index 4903f37..12b8590 100644 --- a/src/containers/common/Header.js +++ b/src/containers/common/Header.js @@ -10,7 +10,7 @@ const Header = ({ translate }) => (
Settings -

OneList

+

OneList

Settings