actions new repo

This commit is contained in:
Peter Nashaat 2023-08-20 07:35:58 +00:00
parent aa3b1193a1
commit 97c0e4f2ba
2 changed files with 4 additions and 4 deletions

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