commit
72897590ed
4
.github/workflows/tf_update_dev.yml
vendored
4
.github/workflows/tf_update_dev.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
cd websites/www2/www_ourverse/
|
cd websites/www2/www_ourverse/
|
||||||
git log -1
|
git log -1
|
||||||
git clean -f
|
git fetch
|
||||||
git pull
|
git reset --hard origin/development
|
||||||
sed -i "s/https:\/\/ourverse.tf/https:\/\/www2.ourverse.tf/g" config.toml
|
sed -i "s/https:\/\/ourverse.tf/https:\/\/www2.ourverse.tf/g" config.toml
|
||||||
./build.sh
|
./build.sh
|
||||||
|
4
.github/workflows/tf_update_prod.yml
vendored
4
.github/workflows/tf_update_prod.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
cd websites/www_ourverse/
|
cd websites/www_ourverse/
|
||||||
git log -1
|
git log -1
|
||||||
git clean -f
|
git fetch
|
||||||
git pull
|
git reset --hard origin/master
|
||||||
sed -i "s/https:\/\/www2.ourverse.tf/https:\/\/ourverse.tf/g" config.toml
|
sed -i "s/https:\/\/www2.ourverse.tf/https:\/\/ourverse.tf/g" config.toml
|
||||||
./build.sh
|
./build.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user