From ae7d72a8c2c56ba48d74aa94b3023b429737f250 Mon Sep 17 00:00:00 2001 From: PeterNashaat Date: Tue, 24 Jan 2023 11:02:11 +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 1254d5e..bd5cc44 100644 --- a/.github/workflows/tf_update.yml +++ b/.github/workflows/tf_update.yml @@ -12,13 +12,13 @@ jobs: uses: appleboy/ssh-action@master with: host: www.ourworld.tf - username: root + username: webuser key: ${{ secrets.TF_SECRET }} - port: 22 + port: 34022 script: | - cd /opt/www_ourworld_tf/ + cd /home/webuser/websites/www_ourworld_tf/ git log -1 git pull - npm run build + bash build