Skip to content

Commit

Permalink
move to separate domain
Browse files Browse the repository at this point in the history
  • Loading branch information
shrpne committed Oct 7, 2021
1 parent 24b70a0 commit 7c5eab2
Show file tree
Hide file tree
Showing 19 changed files with 9 additions and 771 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
branches: [ master, dev, testnet ]
env:
PRODUCTION_BRANCH: "master"
INGRESS_DOMAIN_master: "honee.app"
INGRESS_DOMAIN_master: "my.honee.app"
INGRESS_DOMAIN_dev: "honee.dev"
INGRESS_DOMAIN_testnet: "honee.kubernetes.icu"
INGRESS_DOMAIN_testnet: "honee-app.kubernetes.icu"
KUBE_NAMESPACE_master: "honee"
KUBE_NAMESPACE_dev: "default"
KUBE_NAMESPACE_testnet: "testnet"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Honee
# Honee app

[honee.app](https://honee.app)
[my.honee.app](https://my.honee.app)

## Install

Expand Down
6 changes: 3 additions & 3 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 1.0.0
apiVersion: v2
name: honee-web
icon: https://explorer.minter.network/img/minter-logo-circle.svg
name: honee-app-web
icon: https://honee.app/favicon.png
description: A Helm chart for Honee App Web

appVersion: v1.0.0

home: https://github.com/MinterTeam/honee-web
home: https://github.com/MinterTeam/honee-app-web
keywords:
- minter
- honee
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
replicaCount: 1

image:
repository: registry.minter.network/honee-web
repository: registry.minter.network/honee-app-web
pullPolicy: Always
tag: latest

Expand Down
22 changes: 0 additions & 22 deletions deploy/build.xml

This file was deleted.

6 changes: 0 additions & 6 deletions deploy/config/dist.env

This file was deleted.

Binary file removed deploy/phing.phar
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "honee",
"name": "honee-app",
"version": "1.0.0",
"description": " ",
"author": "shrpne <[email protected]>",
Expand Down
120 changes: 0 additions & 120 deletions pages/best-bitcoin-wallet-2022.vue

This file was deleted.

100 changes: 0 additions & 100 deletions pages/how-to-buy-bitcoin-2022.vue

This file was deleted.

Loading

0 comments on commit 7c5eab2

Please sign in to comment.