actions new repo
This commit is contained in:
parent
158fba56a4
commit
d53f9d4044
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_ourparadise/
|
cd websites/www2/www_ourparadise/
|
||||||
git log -1
|
git log -1
|
||||||
git restore .
|
git fetch
|
||||||
git pull
|
git reset --hard origin/development
|
||||||
sed -i "s/https:\/\/ourparadise.ourworld.tf/https:\/\/www2.ourparadise.ourworld.tf/g" config.toml
|
sed -i "s/https:\/\/ourparadise.ourworld.tf/https:\/\/www2.ourparadise.ourworld.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_ourparadise/
|
cd websites/www_ourparadise/
|
||||||
git log -1
|
git log -1
|
||||||
git restore .
|
git fetch
|
||||||
git pull
|
git reset --hard origin/master
|
||||||
sed -i "s/https:\/\/www2.ourparadise.ourworld.tf/https:\/\/ourparadise.ourworld.tf/g" config.toml
|
sed -i "s/https:\/\/www2.ourparadise.ourworld.tf/https:\/\/ourparadise.ourworld.tf/g" config.toml
|
||||||
./build.sh
|
./build.sh
|
||||||
|
Reference in New Issue
Block a user