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