Skip to content

Commit

Permalink
feat(domain): codies.se (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorWinberg authored Jul 27, 2023
1 parent 1722594 commit 942c243
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git config --global user.name "Github Actions"
git add build -f
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git config --global user.name "Github Actions"
git add build -f
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-env-remove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git config --global user.name "Github Actions"
git push --delete server ${GITHUB_REPOSITORY}--${GITHUB_HEAD_REF}
Expand Down
2 changes: 1 addition & 1 deletion src/containers/common/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Header = ({ translate }) => (
<div className="header">
<div className="top">
<img id="headericon" src={onelisticon} alt="Settings" height="30px" />
<a href="https://menu.zolly.ml"><h1>OneList</h1></a>
<a href="https://menu.codies.se"><h1>OneList</h1></a>
<NavLink to="/settings">
<img id="settingicon" src={settingicon} alt="Settings" height="28px" />
</NavLink>
Expand Down

0 comments on commit 942c243

Please sign in to comment.