updating workflow and config files

This commit is contained in:
Peter Nashaat
2025-01-23 10:42:36 +00:00
parent cec3da9a69
commit 9770025013
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
name: www3.threefold_io name: www3.threefold_io
on: on:
push: push:
branches: [ development_sasha ] branches: [ development_light_mode ]
jobs: jobs:
deploy: deploy:
@@ -18,8 +18,8 @@ jobs:
script: | script: |
cd websites/tmp/www_threefold_io/ cd websites/tmp/www_threefold_io/
git log -1 git log -1
git restore . git fetch
git pull git reset --hard origin/development_light_mode
sed -i "s/https:\/\/dev.threefold.io/https:\/\/dev2.threefold.io/g" config.toml sed -i "s/https:\/\/dev.threefold.io/https:\/\/dev2.threefold.io/g" config.toml
bash build.sh bash build.sh

View File

@@ -1,5 +1,5 @@
# The URL the site will be built for # 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 . # Change this to your own URL! Please note this variable **must** be uncommented .
title = "ThreeFold" title = "ThreeFold"