diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6a27f09d..2dd1f05d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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" diff --git a/README.md b/README.md index ba598286..01306d0c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Honee +# Honee app -[honee.app](https://honee.app) +[my.honee.app](https://my.honee.app) ## Install diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 5e52ee4a..8c238a19 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -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 diff --git a/chart/values.yaml b/chart/values.yaml index 4a6ca1f9..086acd94 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1,7 +1,7 @@ replicaCount: 1 image: - repository: registry.minter.network/honee-web + repository: registry.minter.network/honee-app-web pullPolicy: Always tag: latest diff --git a/deploy/build.xml b/deploy/build.xml deleted file mode 100644 index 0afe3d3b..00000000 --- a/deploy/build.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/deploy/config/dist.env b/deploy/config/dist.env deleted file mode 100644 index 80de367b..00000000 --- a/deploy/config/dist.env +++ /dev/null @@ -1,6 +0,0 @@ -APP_ENV=${env.app_env} -APP_ACCOUNTS_API_URL=${env.app_accounts_api_url} -APP_GATE_API_URL=${env.app_gate_api_url} -APP_EXPLORER_HOST=${env.app_explorer_host} -APP_EXPLORER_API_URL=${env.app_explorer_api_url} -APP_EXPLORER_RTM_URL=${env.app_explorer_rtm_url} diff --git a/deploy/phing.phar b/deploy/phing.phar deleted file mode 100755 index 3d6db064..00000000 Binary files a/deploy/phing.phar and /dev/null differ diff --git a/package.json b/package.json index 507a7624..59d07cbe 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "honee", + "name": "honee-app", "version": "1.0.0", "description": " ", "author": "shrpne ", diff --git a/pages/best-bitcoin-wallet-2022.vue b/pages/best-bitcoin-wallet-2022.vue deleted file mode 100644 index 84060f0f..00000000 --- a/pages/best-bitcoin-wallet-2022.vue +++ /dev/null @@ -1,120 +0,0 @@ - - - - diff --git a/pages/how-to-buy-bitcoin-2022.vue b/pages/how-to-buy-bitcoin-2022.vue deleted file mode 100644 index a18ce5ea..00000000 --- a/pages/how-to-buy-bitcoin-2022.vue +++ /dev/null @@ -1,100 +0,0 @@ - - - - diff --git a/pages/how-to-earn-bitcoin-2022.vue b/pages/how-to-earn-bitcoin-2022.vue deleted file mode 100644 index 70178e45..00000000 --- a/pages/how-to-earn-bitcoin-2022.vue +++ /dev/null @@ -1,86 +0,0 @@ - - - - diff --git a/pages/ru/best-bitcoin-wallet-2022.vue b/pages/ru/best-bitcoin-wallet-2022.vue deleted file mode 100644 index 009833d8..00000000 --- a/pages/ru/best-bitcoin-wallet-2022.vue +++ /dev/null @@ -1,123 +0,0 @@ - - - - diff --git a/pages/ru/how-to-buy-bitcoin-2022.vue b/pages/ru/how-to-buy-bitcoin-2022.vue deleted file mode 100644 index bc4d2850..00000000 --- a/pages/ru/how-to-buy-bitcoin-2022.vue +++ /dev/null @@ -1,103 +0,0 @@ - - - - diff --git a/pages/ru/how-to-earn-bitcoin-2022.vue b/pages/ru/how-to-earn-bitcoin-2022.vue deleted file mode 100644 index 51d32dae..00000000 --- a/pages/ru/how-to-earn-bitcoin-2022.vue +++ /dev/null @@ -1,89 +0,0 @@ - - - - diff --git a/static/google17460805e282196c.html b/static/google17460805e282196c.html deleted file mode 100644 index 26b50751..00000000 --- a/static/google17460805e282196c.html +++ /dev/null @@ -1,2 +0,0 @@ -google-site-verification: google17460805e282196c.html -owner: shrpne@gmail.com diff --git a/static/legal/privacy.pdf b/static/legal/privacy.pdf deleted file mode 100644 index 313a2db7..00000000 Binary files a/static/legal/privacy.pdf and /dev/null differ diff --git a/static/legal/terms.pdf b/static/legal/terms.pdf deleted file mode 100644 index 19af5fa7..00000000 Binary files a/static/legal/terms.pdf and /dev/null differ diff --git a/static/robots.txt b/static/robots.txt deleted file mode 100644 index d71e837c..00000000 --- a/static/robots.txt +++ /dev/null @@ -1,11 +0,0 @@ -User-agent: * -Disallow: /*? -Disallow: /ru/*? -Disallow: /*& -Disallow: /ru/*& -Disallow: /auth/ -Disallow: /ru/auth/ -Disallow: /dashboard/ -Disallow: /ru/dashboard/ -Host: https://honee.app -Sitemap: https://honee.app/sitemap.xml \ No newline at end of file diff --git a/static/sitemap.xml b/static/sitemap.xml deleted file mode 100644 index fbade388..00000000 --- a/static/sitemap.xml +++ /dev/null @@ -1,100 +0,0 @@ - - - - https://honee.app - - - 2021-10-06 - - - https://honee.app/ru - - - 2021-10-06 - - - https://honee.app/how-to-buy-bitcoin-2022 - - - 2021-10-06 - - - https://honee.app/ru/kak-kupit-bitkoin-2022 - - - 2021-10-06 - - - https://honee.app/how-to-earn-bitcoin-2022 - - - 2021-10-06 - - - https://honee.app/ru/kak-zarabotat-bitkoin-2022 - - - 2021-10-06 - - - https://honee.app/best-bitcoin-wallet-2022 - - - 2021-10-06 - - - https://honee.app/ru/luchshiy-bitkoin-koshelek-2022 - - - 2021-10-06 - -