Update tf_update.yml

This commit is contained in:
PeterNashaat
2023-01-24 11:02:11 +02:00
committed by GitHub
parent 58b8453202
commit ae7d72a8c2

View File

@@ -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