Update tf_update.yml
This commit is contained in:
parent
bff2cf08f6
commit
46951b04e8
4
.github/workflows/tf_update.yml
vendored
4
.github/workflows/tf_update.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: ourverse.tf
|
name: ourverse.tf
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branch: [development]
|
branch: [master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
job_one:
|
job_one:
|
||||||
@ -18,6 +18,6 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
cd /home/webuser/websites/www_ourverse
|
cd /home/webuser/websites/www_ourverse
|
||||||
git log -1
|
git log -1
|
||||||
git restore static/css/index.css
|
git restore .
|
||||||
git pull
|
git pull
|
||||||
bash build.sh
|
bash build.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user