diff --git a/.github/workflows/update_dev2.yml b/.github/workflows/update_dev2.yml index fa19830bc..f96ece67c 100644 --- a/.github/workflows/update_dev2.yml +++ b/.github/workflows/update_dev2.yml @@ -1,7 +1,7 @@ name: www3.threefold_io on: push: - branches: [ development_sasha ] + branches: [ development_light_mode ] jobs: deploy: @@ -18,8 +18,8 @@ jobs: script: | cd websites/tmp/www_threefold_io/ git log -1 - git restore . - git pull + git fetch + git reset --hard origin/development_light_mode sed -i "s/https:\/\/dev.threefold.io/https:\/\/dev2.threefold.io/g" config.toml bash build.sh diff --git a/config.toml b/config.toml index 2398112bc..c709bffc5 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://dev.threefold.io" +base_url = "https://dev2.threefold.io" # Change this to your own URL! Please note this variable **must** be uncommented . title = "ThreeFold"