From 138edef0cec863bcf13f6ab35ae40aa018b289a6 Mon Sep 17 00:00:00 2001 From: Peter Nashaat Date: Wed, 6 Mar 2024 16:04:52 +0200 Subject: [PATCH] Update tf_update_dev.yml --- .github/workflows/tf_update_dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tf_update_dev.yml b/.github/workflows/tf_update_dev.yml index edf3724ef..d7382dc3c 100644 --- a/.github/workflows/tf_update_dev.yml +++ b/.github/workflows/tf_update_dev.yml @@ -11,7 +11,7 @@ jobs: - name: pushing latest change on www2.threefold.io uses: appleboy/ssh-action@master with: - host: www2.threefold.io + host: dev.threefold.io 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:\/\/www.threefold.io/https:\/\/www2.threefold.io/g" config.toml + sed -i "s/https:\/\/www.threefold.io/https:\/\/dev.threefold.io/g" config.toml ./build.sh