new repo link #4

Merged
PeterNashaat merged 3 commits from development into master 2023-08-20 08:09:47 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 97eb004895 - Show all commits

View File

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

View File

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