EVEN DEV TO MASTER #12

Merged
sasha-astiadi merged 65 commits from development into master 2023-05-10 15:37:30 +00:00
Showing only changes of commit ae7d72a8c2 - Show all commits

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