From 6ab776100308fde100585b821b764794b06f5355 Mon Sep 17 00:00:00 2001 From: PeterNashaat Date: Wed, 20 Jul 2022 21:19:16 +0200 Subject: [PATCH] Update tf_update.yml --- .github/workflows/tf_update.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tf_update.yml b/.github/workflows/tf_update.yml index e0800a927..66989fcb7 100644 --- a/.github/workflows/tf_update.yml +++ b/.github/workflows/tf_update.yml @@ -1,17 +1,17 @@ name: Threefold_io on: push: - branch: [ zola_development ] + branch: [ development ] jobs: job_one: name: Deploy runs-on: ubuntu-latest steps: - - name: pushing latest change on www3.threefold.io + - name: pushing latest change on www2.threefold.io uses: appleboy/ssh-action@master with: - host: www3.threefold.io + host: www2.threefold.io username: root key: ${{ secrets.TF_SECRET }} port: 22