Update tf_update.yml

This commit is contained in:
samir
2022-08-25 12:20:56 +02:00
committed by GitHub
parent 36986e910b
commit 61e178b915

View File

@@ -18,8 +18,9 @@ jobs:
script: | script: |
cd /opt/www_threefold_io/ cd /opt/www_threefold_io/
git log -1 git log -1
git restore config.toml
git restore static/css/index.css git restore static/css/index.css
git pull git pull
sed -i "s/https://threefoldfoundation.github.io/www_threefold_io/https://www2.threefold.io/g" config.toml sed -i "s/https:\/\/threefoldfoundation.github.io\/www_threefold_io/https:\/\/www2.threefold.io/g" config.toml
./build.sh ./build.sh