From abb1996c4262fef0ae2744259b0f8ccd30aacbb9 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Wed, 18 Jun 2025 13:19:50 +0300 Subject: [PATCH] update --- .github/workflows/tf_update_dev.yml | 8 ++--- .github/workflows/tf_update_prod.yml | 10 +++--- .github/workflows/update_dev2.yml | 46 ---------------------------- .github/workflows/update_www3.yml | 46 ---------------------------- templates/partials/header.html | 2 +- 5 files changed, 10 insertions(+), 102 deletions(-) delete mode 100644 .github/workflows/update_dev2.yml delete mode 100644 .github/workflows/update_www3.yml diff --git a/.github/workflows/tf_update_dev.yml b/.github/workflows/tf_update_dev.yml index 6e82fe7..9da982a 100644 --- a/.github/workflows/tf_update_dev.yml +++ b/.github/workflows/tf_update_dev.yml @@ -1,4 +1,4 @@ -name: www2.threefold_io +name: www2.mycelium.threefold.io/ on: push: branches: [ development ] @@ -11,16 +11,16 @@ jobs: - name: pushing latest change on www2.threefold.io uses: appleboy/ssh-action@master with: - host: dev.threefold.io + host: www2.mycelium.threefold.io username: webuser key: ${{ secrets.TF_SECRET }} port: 34022 script: | - cd websites/www2/www_threefold_io/ + cd websites/www2.mycelium.threefold.io/ git log -1 git fetch git reset --hard origin/development - sed -i "s/https:\/\/www.threefold.io/https:\/\/dev.threefold.io/g" config.toml + sed -i "s/https:\/\/www.mycelium.threefold.io//https:\/\/www2.mycelium.threefold.io/g" config.toml ./build.sh wait: diff --git a/.github/workflows/tf_update_prod.yml b/.github/workflows/tf_update_prod.yml index 1e3595a..0d4269a 100644 --- a/.github/workflows/tf_update_prod.yml +++ b/.github/workflows/tf_update_prod.yml @@ -8,19 +8,19 @@ jobs: name: Deploy runs-on: ubuntu-latest steps: - - name: pushing latest change on www.threefold.io + - name: pushing latest change on www.mycelium.threefold.io uses: appleboy/ssh-action@master with: - host: www.threefold.io + host: www.mycelium.threefold.io username: root key: ${{ secrets.TF_SECRET }} port: 22 script: | - cd /opt/www_threefold_io/ + cd /opt/www.mycelium.threefold.io/ git log -1 git fetch git reset --hard origin/master - sed -i "s/https:\/\/dev.threefold.io/https:\/\/www.threefold.io/g" config.toml + sed -i "s/https:\/\/dev.threefold.io/https:\/\/www.mycelium.threefold.io/g" config.toml ./build.sh wait: @@ -43,4 +43,4 @@ jobs: id: link-report uses: docker://ghcr.io/threefoldfoundation/website-link-checker:latest with: - args: 'https://www.threefold.io -w 404' \ No newline at end of file + args: 'https://www.mycelium.threefold.io -w 404' \ No newline at end of file diff --git a/.github/workflows/update_dev2.yml b/.github/workflows/update_dev2.yml deleted file mode 100644 index fa19830..0000000 --- a/.github/workflows/update_dev2.yml +++ /dev/null @@ -1,46 +0,0 @@ -name: www3.threefold_io -on: - push: - branches: [ development_sasha ] - -jobs: - deploy: - name: Deploy - runs-on: ubuntu-latest - steps: - - name: pushing latest change on www3.threefold.io - uses: appleboy/ssh-action@master - with: - host: www3.threefold.io - username: webuser - key: ${{ secrets.TF_SECRET }} - port: 34022 - script: | - cd websites/tmp/www_threefold_io/ - git log -1 - git restore . - git pull - sed -i "s/https:\/\/dev.threefold.io/https:\/\/dev2.threefold.io/g" config.toml - bash build.sh - - wait: - needs: deploy - name: Wait for Website Update - runs-on: ubuntu-latest - steps: - - name: Wait Period - id: wait-deploy - run: | - echo "Sleeping for 30" - sleep 30 - - checklinks: - needs: wait - name: Check for Broken Links - runs-on: ubuntu-latest - steps: - - name: Check for Broken Links - id: link-report - uses: docker://ghcr.io/threefoldfoundation/website-link-checker:latest - with: - args: 'https://www3.threefold.io -w 404' diff --git a/.github/workflows/update_www3.yml b/.github/workflows/update_www3.yml deleted file mode 100644 index b6bc8f5..0000000 --- a/.github/workflows/update_www3.yml +++ /dev/null @@ -1,46 +0,0 @@ -name: www3.threefold_io -on: - push: - branches: [ 3.10.0 ] - -jobs: - deploy: - name: Deploy - runs-on: ubuntu-latest - steps: - - name: pushing latest change on www3.threefold.io - uses: appleboy/ssh-action@master - with: - host: www3.threefold.io - username: webuser - key: ${{ secrets.TF_SECRET }} - port: 34022 - script: | - cd websites/www3/www_threefold_io/ - git log -1 - git restore . - git pull - sed -i "s/https:\/\/www.threefold.io/https:\/\/www3.threefold.io/g" config.toml - bash build.sh - - wait: - needs: deploy - name: Wait for Website Update - runs-on: ubuntu-latest - steps: - - name: Wait Period - id: wait-deploy - run: | - echo "Sleeping for 30" - sleep 30 - - checklinks: - needs: wait - name: Check for Broken Links - runs-on: ubuntu-latest - steps: - - name: Check for Broken Links - id: link-report - uses: docker://ghcr.io/threefoldfoundation/website-link-checker:latest - with: - args: 'https://www3.threefold.io -w 404' \ No newline at end of file diff --git a/templates/partials/header.html b/templates/partials/header.html index 80d5dfc..dd9dfd3 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -259,7 +259,7 @@ } .active{ - color: rgb(100, 100, 100) !important; + color: rgb(144 143 143) !important } .nav_btn:hover { color: #c7c7c7 !important;