From fb874e170feeb1a4d40cc74f382131aa46f8f306 Mon Sep 17 00:00:00 2001 From: petep Date: Thu, 13 Jul 2023 07:16:46 +0000 Subject: [PATCH] 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"