Skip to content

Commit

Permalink
updating workflow and config files
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterNashaat committed Jan 23, 2025
1 parent cec3da9 commit 9770025
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_dev2.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: www3.threefold_io
on:
push:
branches: [ development_sasha ]
branches: [ development_light_mode ]

jobs:
deploy:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9770025

Please sign in to comment.