actions new repo
This commit is contained in:
parent
1e0eb14277
commit
e62b487c4a
4
.github/workflows/tf_update_dev.yml
vendored
4
.github/workflows/tf_update_dev.yml
vendored
@ -20,6 +20,6 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
cd websites/www2/www_jungle_paradise/
|
cd websites/www2/www_jungle_paradise/
|
||||||
git log -1
|
git log -1
|
||||||
git restore .
|
git fetch
|
||||||
git pull
|
git reset --hard origin/development
|
||||||
bash build.sh
|
bash build.sh
|
||||||
|
4
.github/workflows/tf_update_prod.yml
vendored
4
.github/workflows/tf_update_prod.yml
vendored
@ -20,6 +20,6 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
cd websites/www_jungle_paradise/
|
cd websites/www_jungle_paradise/
|
||||||
git log -1
|
git log -1
|
||||||
git restore .
|
git fetch
|
||||||
git pull
|
git reset --hard origin/master
|
||||||
bash build.sh
|
bash build.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user