updating workflow and config files
This commit is contained in:
6
.github/workflows/update_dev2.yml
vendored
6
.github/workflows/update_dev2.yml
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user