From 558a6985cf9735bfcc563281b40157aaf50d0517 Mon Sep 17 00:00:00 2001 From: PeterNashaat Date: Wed, 28 Sep 2022 14:37:34 +0200 Subject: [PATCH] Update tf_update.yml --- .github/workflows/tf_update.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tf_update.yml b/.github/workflows/tf_update.yml index b570489..584299f 100644 --- a/.github/workflows/tf_update.yml +++ b/.github/workflows/tf_update.yml @@ -12,12 +12,12 @@ jobs: uses: appleboy/ssh-action@master with: host: www2.ourverse.tf - username: root + username: webuser key: ${{ secrets.TF_SECRET }} - port: 22 + port: 34022 script: | - cd /opt/www_ourverse/ + cd /home/webuser/websites/www2/www_ourverse/ git log -1 git restore static/css/index.css git pull - npm run build + bash build.sh