Merge pull request #7 from ourworldventures/development

new repo link
This commit is contained in:
PeterNashaat
2023-08-20 11:12:22 +03:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ jobs:
script: |
cd websites/www2/www_ourverse/
git log -1
git clean -f
git pull
git fetch
git reset --hard origin/development
sed -i "s/https:\/\/ourverse.tf/https:\/\/www2.ourverse.tf/g" config.toml
./build.sh

View File

@@ -18,7 +18,7 @@ jobs:
script: |
cd websites/www_ourverse/
git log -1
git clean -f
git pull
git fetch
git reset --hard origin/master
sed -i "s/https:\/\/www2.ourverse.tf/https:\/\/ourverse.tf/g" config.toml
./build.sh