From 75bfe0322ba844da09988d588466671756e7cdf3 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 12 Jul 2023 18:44:24 +0200 Subject: [PATCH 1/2] ecdit link --- content/buynow/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/buynow/index.md b/content/buynow/index.md index 6aba227..5601853 100644 --- a/content/buynow/index.md +++ b/content/buynow/index.md @@ -27,7 +27,7 @@ weight: 2 ![image](./img/phone1.png) - + Pre-order **OurPhone™** and become one of the firsts to unlock a secured digital future. @@ -35,7 +35,7 @@ Pre-order **OurPhone™** and become one of the firsts to unlock a secured d ![image](./img/crowdfund1.png) - + Learn more about how to purchase **OurPhone™** Company's shares, and become a co-owner of **OurPhone™** Company. From fb874e170feeb1a4d40cc74f382131aa46f8f306 Mon Sep 17 00:00:00 2001 From: petep Date: Thu, 13 Jul 2023 07:16:46 +0000 Subject: [PATCH 2/2] adding new domain --- .github/workflows/tf_update_dev.yml | 8 ++++---- .github/workflows/tf_update_prod.yml | 8 ++++---- config.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/tf_update_dev.yml b/.github/workflows/tf_update_dev.yml index b031f52..40cc047 100644 --- a/.github/workflows/tf_update_dev.yml +++ b/.github/workflows/tf_update_dev.yml @@ -1,4 +1,4 @@ -name: www2.ourphone.ourworld.tf +name: www2.ourphone.tf on: push: branches: [ development ] @@ -8,10 +8,10 @@ jobs: name: Deploy runs-on: ubuntu-latest steps: - - name: pushing latest change on www2.ourphone.ourworld.tf + - name: pushing latest change on www2.ourphone.tf uses: appleboy/ssh-action@master with: - host: www2.ourphone.ourworld.tf + host: www2.ourphone.tf username: webuser key: ${{ secrets.TF_SECRET }} port: 34022 @@ -20,5 +20,5 @@ jobs: git log -1 git restore . git pull - sed -i "s/https:\/\/ourphone.ourworld.tf/https:\/\/www2.ourphone.ourworld.tf/g" config.toml + sed -i "s/https:\/\/ourphone.tf/https:\/\/www2.ourphone.tf/g" config.toml ./build.sh diff --git a/.github/workflows/tf_update_prod.yml b/.github/workflows/tf_update_prod.yml index 3d767be..0378d5b 100644 --- a/.github/workflows/tf_update_prod.yml +++ b/.github/workflows/tf_update_prod.yml @@ -1,4 +1,4 @@ -name: ourphone.ourworld.tf +name: ourphone.tf on: push: branches: [ master ] @@ -8,10 +8,10 @@ jobs: name: Deploy runs-on: ubuntu-latest steps: - - name: pushing latest change on ourphone.ourworld.tf + - name: pushing latest change on ourphone.tf uses: appleboy/ssh-action@master with: - host: ourphone.ourworld.tf + host: ourphone.tf username: webuser key: ${{ secrets.TF_SECRET }} port: 34022 @@ -20,5 +20,5 @@ jobs: git log -1 git restore . git pull - sed -i "s/https:\/\/www2.ourphone.ourworld.tf/https:\/\/ourphone.ourworld.tf/g" config.toml + sed -i "s/https:\/\/ourphone.tf/https:\/\/ourphone.tf/g" config.toml ./build.sh diff --git a/config.toml b/config.toml index de27e43..a45a764 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://ourphone.ourworld.tf/" +base_url = "https://ourphone.tf/" # Change this to your own URL! Please note this variable **must** be uncommented. title = "OurPhone"