new repo link #7

Merged
PeterNashaat merged 1 commits from development into master 2023-08-20 08:12:22 +00:00
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