repo new link #19

Merged
PeterNashaat merged 2 commits from development into master 2023-08-20 08:04:30 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit d53f9d4044 - Show all commits

View File

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

View File

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