From 741c46e49186a85af76744136b22a1bcf8d50bdc Mon Sep 17 00:00:00 2001 From: PeterNashaat Date: Wed, 21 Dec 2022 08:41:22 +0000 Subject: [PATCH] fixing auto deployment issue --- .github/workflows/tf_update.yml | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/tf_update.yml b/.github/workflows/tf_update.yml index 19ce52a..3715a2d 100644 --- a/.github/workflows/tf_update.yml +++ b/.github/workflows/tf_update.yml @@ -18,5 +18,6 @@ jobs: script: | cd /home/webuser/websites/www_ourphone/ git log -1 + git restore . git pull bash build.sh diff --git a/.gitignore b/.gitignore index bc4249e..c933db3 100644 --- a/.gitignore +++ b/.gitignore @@ -25,5 +25,6 @@ run* install* public public/* +public/home/index.html static/css tailwindcss