diff --git a/.github/workflows/tf_update_dev.yml b/.github/workflows/tf_update_dev.yml index a715aed..b2e602e 100644 --- a/.github/workflows/tf_update_dev.yml +++ b/.github/workflows/tf_update_dev.yml @@ -1,4 +1,4 @@ -name: www2.ourzone.ourworld.tf +name: www2.freezone.ourworld.tf on: push: branches: [ development ] @@ -8,10 +8,10 @@ jobs: name: Deploy runs-on: ubuntu-latest steps: - - name: pushing latest change on www2.ourzone.ourworld.tf + - name: pushing latest change on www2.freezone.ourworld.tf uses: appleboy/ssh-action@master with: - host: www2.ourzone.ourworld.tf + host: www2.freezone.ourworld.tf username: webuser key: ${{ secrets.TF_SECRET }} port: 34022 @@ -20,5 +20,5 @@ jobs: git log -1 git fetch git reset --hard origin/development - sed -i "s/https:\/\/ourzone.ourworld.tf/https:\/\/www2.ourzone.ourworld.tf/g" config.toml + sed -i "s/https:\/\/freezone.ourworld.tf/https:\/\/www2.freezone.ourworld.tf/g" config.toml ./build.sh diff --git a/.github/workflows/tf_update_prod.yml b/.github/workflows/tf_update_prod.yml index 37c29ab..8353d74 100644 --- a/.github/workflows/tf_update_prod.yml +++ b/.github/workflows/tf_update_prod.yml @@ -1,4 +1,4 @@ -name: ourzone.ourworld.tf +name: freezone.ourworld.tf on: push: branches: [ master ] @@ -8,10 +8,10 @@ jobs: name: Deploy runs-on: ubuntu-latest steps: - - name: pushing latest change on ourzone.ourworld.tf + - name: pushing latest change on freezone.ourworld.tf uses: appleboy/ssh-action@master with: - host: ourzone.ourworld.tf + host: freezone.ourworld.tf username: webuser key: ${{ secrets.TF_SECRET }} port: 34022 @@ -20,5 +20,5 @@ jobs: git log -1 git fetch git reset --hard origin/master - sed -i "s/https:\/\/www2.ourzone.ourworld.tf/https:\/\/ourzone.ourworld.tf/g" config.toml + sed -i "s/https:\/\/www2.freezone.ourworld.tf/https:\/\/freezone.ourworld.tf/g" config.toml ./build.sh diff --git a/config.toml b/config.toml index 4273035..87d82ef 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://www2.ourzone.ourworld.tf/" +base_url = "https://www2.freezone.ourworld.tf/" # Change this to your own URL! Please note this variable **must** be uncommented. title = "OurWorld Digital Free Zone"