From c67dca56ad677ffa0b2618ad1b92b89ea666f351 Mon Sep 17 00:00:00 2001 From: PeterNashaat Date: Thu, 8 Sep 2022 14:48:37 +0200 Subject: [PATCH] Update tf_update.yml --- .github/workflows/tf_update.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tf_update.yml b/.github/workflows/tf_update.yml index 8e43b91c3..531c30223 100644 --- a/.github/workflows/tf_update.yml +++ b/.github/workflows/tf_update.yml @@ -1,7 +1,7 @@ name: Threefold_io on: push: - branch: [ development ] + branch: [ master ] jobs: job_one: @@ -11,7 +11,7 @@ jobs: - name: pushing latest change on www2.threefold.io uses: appleboy/ssh-action@master with: - host: www2.threefold.io + host: www.threefold.io username: root key: ${{ secrets.TF_SECRET }} port: 22 @@ -21,6 +21,5 @@ jobs: git restore config.toml git restore static/css/index.css git pull - sed -i "s/https:\/\/threefoldfoundation.github.io\/www_threefold_io/https:\/\/www2.threefold.io/g" config.toml ./build.sh