actions new repo

This commit is contained in:
Peter Nashaat 2023-08-20 07:39:22 +00:00
parent 74188790e6
commit 97eb004895
2 changed files with 4 additions and 4 deletions

View File

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

View File

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