fixing auto deployment issue
This commit is contained in:
parent
a59bf469bf
commit
741c46e491
1
.github/workflows/tf_update.yml
vendored
1
.github/workflows/tf_update.yml
vendored
@ -18,5 +18,6 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
cd /home/webuser/websites/www_ourphone/
|
cd /home/webuser/websites/www_ourphone/
|
||||||
git log -1
|
git log -1
|
||||||
|
git restore .
|
||||||
git pull
|
git pull
|
||||||
bash build.sh
|
bash build.sh
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,5 +25,6 @@ run*
|
|||||||
install*
|
install*
|
||||||
public
|
public
|
||||||
public/*
|
public/*
|
||||||
|
public/home/index.html
|
||||||
static/css
|
static/css
|
||||||
tailwindcss
|
tailwindcss
|
||||||
|
Loading…
Reference in New Issue
Block a user