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