new repo link #11

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

View File

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

View File

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