Update tf_update_dev.yml

This commit is contained in:
Peter Nashaat
2024-03-06 16:04:52 +02:00
committed by GitHub
parent 49ad0e0e90
commit 138edef0ce

View File

@@ -11,7 +11,7 @@ jobs:
- name: pushing latest change on www2.threefold.io - name: pushing latest change on www2.threefold.io
uses: appleboy/ssh-action@master uses: appleboy/ssh-action@master
with: with:
host: www2.threefold.io host: dev.threefold.io
username: webuser username: webuser
key: ${{ secrets.TF_SECRET }} key: ${{ secrets.TF_SECRET }}
port: 34022 port: 34022
@@ -20,5 +20,5 @@ jobs:
git log -1 git log -1
git fetch git fetch
git reset --hard origin/development 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 ./build.sh